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

Commit 39ce1d93 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b1b3e64f c99d68ba
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@
	compatible = "qcom,sm6150-qrd", "qcom,sm6150", "qcom,qrd";
	qcom,board-id = <11 0>;
};

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

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

&soc {
};

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

&pm6150l_lcdb {
	status = "ok";
};

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

@@ -59,3 +69,12 @@
	qcom,step-charging-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>;
};