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

Commit 61e1ec40 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add LT8912 device to ipc platform"

parents 0282982e 23e2393a
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -151,6 +151,18 @@

#include "msm8953-mdss-panels.dtsi"

&i2c_5 { /* BLSP2 QUP1 (HDMI) */
	lt8912@48 {
		compatible = "lontium,lt8912";
		reg = <0x48>;
		qcom,hdmi-reset = <&tlmm 64 0x0>;
	};
};

&dsi_lt8912_480_vid {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};
@@ -160,7 +172,7 @@
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_truly_1080_vid>;
	qcom,dsi-pref-prim-pan = <&dsi_lt8912_480_vid>;
	pinctrl-names = "mdss_default", "mdss_sleep";
	pinctrl-0 = <&mdss_dsi_active &mdss_te_active>;
	pinctrl-1 = <&mdss_dsi_suspend &mdss_te_suspend>;