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

Commit c99d68ba authored by Yuan Zhao's avatar Yuan Zhao Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add display panel support for QRD SM6150



QRD SM6150 uses this HX83112A panel, add this panel
configuration.

Change-Id: I1032084ad2c9c41859fe123a840ed29337591554
Signed-off-by: default avatarYuan Zhao <yzhao@codeaurora.org>
parent 5003c472
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -22,3 +22,7 @@
	compatible = "qcom,sm6150-qrd", "qcom,sm6150", "qcom,qrd";
	compatible = "qcom,sm6150-qrd", "qcom,sm6150", "qcom,qrd";
	qcom,board-id = <11 0>;
	qcom,board-id = <11 0>;
};
};

&dsi_hx83112a_truly_vid_display {
	qcom,dsi-display-active;
};
+19 −0
Original line number Original line Diff line number Diff line
@@ -12,10 +12,20 @@


#include "sm6150-thermal-overlay.dtsi"
#include "sm6150-thermal-overlay.dtsi"
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>
#include "sm6150-sde-display.dtsi"


&soc {
&soc {
};
};


&pm6150l_wled {
	qcom,string-cfg= <3>;
	status = "ok";
};

&pm6150l_lcdb {
	status = "ok";
};

&ufsphy_mem {
&ufsphy_mem {
	compatible = "qcom,ufs-phy-qmp-v3-660";
	compatible = "qcom,ufs-phy-qmp-v3-660";


@@ -59,3 +69,12 @@
	qcom,step-charging-enable;
	qcom,step-charging-enable;
	qcom,sw-jeita-enable;
	qcom,sw-jeita-enable;
};
};

&dsi_hx83112a_truly_video {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
	qcom,mdss-dsi-bl-max-level = <4095>;
	qcom,platform-te-gpio = <&tlmm 90 0>;
	qcom,platform-reset-gpio = <&tlmm 91 0>;
};