Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 102c1a62 authored by Vishnuvardhan Prodduturi's avatar Vishnuvardhan Prodduturi
Browse files

ARM: dts: msm: Disable local lcd bias for msmgold



Disable local lcd bias for msmgold CDP and MTP as they
are designed to work with PMIC bias.

Change-Id: I51a5a7235e8698d4f70eb2aa201f73a9b630116f
Signed-off-by: default avatarVishnuvardhan Prodduturi <vproddut@codeaurora.org>
parent 6fa0f6bf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -120,7 +120,6 @@
	pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;

	qcom,platform-te-gpio = <&tlmm 24 0>;
	qcom,platform-enable-gpio = <&tlmm 99 0>;
	qcom,platform-reset-gpio = <&tlmm 60 0>;
	qcom,platform-bklight-en-gpio = <&tlmm 98 0>;
};
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@
	pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;

	qcom,platform-te-gpio = <&tlmm 24 0>;
	qcom,platform-enable-gpio = <&tlmm 99 0>;
	qcom,platform-reset-gpio = <&tlmm 60 0>;
	qcom,platform-bklight-en-gpio = <&tlmm 98 0>;
};
+4 −4
Original line number Diff line number Diff line
@@ -209,12 +209,12 @@
		pmx_mdss: pmx_mdss {
			mdss_dsi_active: mdss_dsi_active {
				mux {
					pins = "gpio60", "gpio98", "gpio99";
					pins = "gpio60", "gpio98";
					function = "gpio";
				};

				config {
					pins = "gpio60", "gpio98", "gpio99";
					pins = "gpio60", "gpio98";
					drive-strength = <8>; /* 8 mA */
					bias-disable = <0>; /* no pull */
					output-high;
@@ -222,12 +222,12 @@
			};
			mdss_dsi_suspend: mdss_dsi_suspend {
				mux {
					pins = "gpio60", "gpio98", "gpio99";
					pins = "gpio60", "gpio98";
					function = "gpio";
				};

				config {
					pins = "gpio60", "gpio98", "gpio99";
					pins = "gpio60", "gpio98";
					drive-strength = <2>; /* 2 mA */
					bias-pull-down; /* pull down */
				};