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

Commit fab3372f authored by Mao Flynn's avatar Mao Flynn Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update display setting of qrd msm8953 sku3 device



For qrd msm8953 sku3 devices, just configure the right gpios
and the correct regulator.

Change-Id: Ic124fa59ada304ac9ff4f1d570e7447345abe829
Signed-off-by: default avatarMao Flynn <feim1@codeaurora.org>
parent 14880662
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -33,6 +33,27 @@

#include "msm8953-mdss-panels.dtsi"

&tlmm {
	pmx_mdss {
		mdss_dsi_active: mdss_dsi_active {
			mux {
				pins = "gpio61";
			};
			config {
				pins = "gpio61";
			};
		};
		mdss_dsi_suspend: mdss_dsi_suspend {
			mux {
				pins = "gpio61";
			};
			config {
				pins = "gpio61";
			};
		};
	};
};

&dsi_r69006_1080p_cmd {
	qcom,esd-check-enabled;
};
@@ -48,6 +69,7 @@
&mdss_dsi0 {
	lab-supply = <&lab_regulator>;
	ibb-supply = <&ibb_regulator>;
	/delete-property/ vdd-supply;

	qcom,dsi-pref-prim-pan = <&dsi_r69006_1080p_cmd>;
	pinctrl-names = "mdss_default", "mdss_sleep";