ARM: dts: msm: configure display 5v panel supply GPIO for msmcobalt
Add support to configure the gpio51 that controls the 5v supply required by multiple panels. Change-Id: I45e190261330ffe2f742ae0c460fc53270e165c2 Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
This commit is contained in:
parent
6e8583cdf3
commit
e7276ab8c0
1 changed files with 4 additions and 4 deletions
|
@ -1375,24 +1375,24 @@
|
|||
pmx_mdss: pmx_mdss {
|
||||
mdss_dsi_active: mdss_dsi_active {
|
||||
mux {
|
||||
pins = "gpio94", "gpio91";
|
||||
pins = "gpio94", "gpio91", "gpio51";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio94", "gpio91";
|
||||
pins = "gpio94", "gpio91", "gpio51";
|
||||
drive-strength = <8>; /* 8 mA */
|
||||
bias-disable = <0>; /* no pull */
|
||||
};
|
||||
};
|
||||
mdss_dsi_suspend: mdss_dsi_suspend {
|
||||
mux {
|
||||
pins = "gpio94", "gpio91";
|
||||
pins = "gpio94", "gpio91", "gpio51";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio94", "gpio91";
|
||||
pins = "gpio94", "gpio91", "gpio51";
|
||||
drive-strength = <2>; /* 2 mA */
|
||||
bias-pull-down; /* pull down */
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue