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

Commit 46fe8a96 authored by Vishnuvardhan Prodduturi's avatar Vishnuvardhan Prodduturi
Browse files

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



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

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

	qcom,platform-te-gpio = <&tlmm 24 0>;
	qcom,platform-enable-gpio = <&tlmm 12 0>;
	qcom,platform-reset-gpio = <&tlmm 61 0>;
	qcom,platform-bklight-en-gpio = <&tlmm 59 0>;
};
@@ -170,7 +169,6 @@

	qcom,pluggable;
	qcom,platform-te-gpio = <&tlmm 24 0>;
	qcom,platform-enable-gpio = <&tlmm 12 0>;
	qcom,platform-reset-gpio = <&tlmm 61 0>;
	qcom,platform-bklight-en-gpio = <&tlmm 59 0>;
};
+0 −2
Original line number Diff line number Diff line
@@ -122,7 +122,6 @@
	pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;

	qcom,platform-te-gpio = <&tlmm 24 0>;
	qcom,platform-enable-gpio = <&tlmm 12 0>;
	qcom,platform-reset-gpio = <&tlmm 61 0>;
	qcom,platform-bklight-en-gpio = <&tlmm 59 0>;
};
@@ -136,7 +135,6 @@

	qcom,pluggable;
	qcom,platform-te-gpio = <&tlmm 24 0>;
	qcom,platform-enable-gpio = <&tlmm 12 0>;
	qcom,platform-reset-gpio = <&tlmm 61 0>;
	qcom,platform-bklight-en-gpio = <&tlmm 59 0>;
};
+4 −4
Original line number Diff line number Diff line
@@ -317,12 +317,12 @@
		pmx_mdss: pmx_mdss {
			mdss_dsi_active: mdss_dsi_active {
				mux {
					pins = "gpio61", "gpio59", "gpio12";
					pins = "gpio61", "gpio59";
					function = "gpio";
				};

				config {
					pins = "gpio61", "gpio59", "gpio12";
					pins = "gpio61", "gpio59";
					drive-strength = <8>; /* 8 mA */
					bias-disable = <0>; /* no pull */
					output-high;
@@ -331,12 +331,12 @@

			mdss_dsi_suspend: mdss_dsi_suspend {
				mux {
					pins = "gpio61", "gpio59", "gpio12";
					pins = "gpio61", "gpio59";
					function = "gpio";
				};

				config {
					pins = "gpio61", "gpio59", "gpio12";
					pins = "gpio61", "gpio59";
					drive-strength = <2>; /* 2 mA */
					bias-pull-down; /* pull down */
				};