projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06cfdc0
)
drm/msm/dsi: Drop VDD regulator for MSM8916
author
Archit Taneja
<
[email protected]
>
Thu, 25 Feb 2016 05:49:47 +0000
(11:19 +0530)
committer
Rob Clark
<
[email protected]
>
Wed, 2 Mar 2016 21:19:47 +0000
(16:19 -0500)
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 <
[email protected]
>
Signed-off-by: Archit Taneja <
[email protected]
>
Signed-off-by: Rob Clark <
[email protected]
>
drivers/gpu/drm/msm/dsi/dsi_cfg.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/dsi/dsi_cfg.c
b/drivers/gpu/drm/msm/dsi/dsi_cfg.c
index 2a827d8093a2a0864d018c0320f2f4b7d1935e4b..e58e9b91b34d341baf9ed9e348f20c42e44aeb0f 100644
(file)
--- a/
drivers/gpu/drm/msm/dsi/dsi_cfg.c
+++ b/
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 = {
.io_offset = DSI_6G_REG_SHIFT,
.reg_cfg = {
- .num =
4
,
+ .num =
3
,
.regs = {
{"gdsc", -1, -1, -1, -1},
- {"vdd", 2850000, 2850000, 100000, 100},
{"vdda", 1200000, 1200000, 100000, 100},
{"vddio", 1800000, 1800000, 100000, 100},
},