Explorar o código

drm/msm/dsi: Drop VDD regulator for MSM8916

VDD regulator input was specified for MSM8916. It turns our that this
regulator is used for the display panels used on MSM8916 platforms, but
not the DSI controller itself. Drop this regulator from the list.

Reported-by: Vinay Simha <vinaysimha@inforcecomputing.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Archit Taneja %!s(int64=9) %!d(string=hai) anos
pai
achega
52cde8dc8f
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      drivers/gpu/drm/msm/dsi/dsi_cfg.c

+ 1 - 2
drivers/gpu/drm/msm/dsi/dsi_cfg.c

@@ -57,10 +57,9 @@ static const char * const dsi_8916_bus_clk_names[] = {
 static const struct msm_dsi_config msm8916_dsi_cfg = {
 static const struct msm_dsi_config msm8916_dsi_cfg = {
 	.io_offset = DSI_6G_REG_SHIFT,
 	.io_offset = DSI_6G_REG_SHIFT,
 	.reg_cfg = {
 	.reg_cfg = {
-		.num = 4,
+		.num = 3,
 		.regs = {
 		.regs = {
 			{"gdsc", -1, -1, -1, -1},
 			{"gdsc", -1, -1, -1, -1},
-			{"vdd", 2850000, 2850000, 100000, 100},
 			{"vdda", 1200000, 1200000, 100000, 100},
 			{"vdda", 1200000, 1200000, 100000, 100},
 			{"vddio", 1800000, 1800000, 100000, 100},
 			{"vddio", 1800000, 1800000, 100000, 100},
 		},
 		},