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

Commit a57bea39 authored by Ray Zhang's avatar Ray Zhang Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable hx8394f panel for MSMGOLD



MSMGOLD SKU5 uses hx8394f as its DDIC, so enable it in
MSMGOLD dtsi file.

Change-Id: I505804e5b45296245329b7f415d1e02c237f772d
Signed-off-by: default avatarRay Zhang <rayz@codeaurora.org>
parent 82fbed04
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -13,3 +13,25 @@

#include "msm-pmi8937.dtsi"
#include "msmgold-qrd.dtsi"
#include "msm8937-mdss-panels.dtsi"

&mdss_mdp {
	qcom,mdss-pref-prim-intf = "dsi";
};

&mdss_dsi {
	hw-config = "single_dsi";
};

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

	qcom,platform-reset-gpio = <&tlmm 60 0>;
};

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