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

Commit 145c7359 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: configure the WLED sink correctly for msmcobalt platforms



WLED module supports 4 sinks but the display panel used in
msmcobalt CDP, MTP and QRD platforms needs only 2 sinks.
Configure it correctly to reduce the power consumption and
to ensure proper operation.

CRs-Fixed: 1031663
Change-Id: I75507a6f7ef409b5135afa1a913f2bee501b7b12
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 448d10ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -302,6 +302,10 @@
	qpnp,qpnp-labibb-mode = "lcd";
};

&pmicobalt_wled {
	qcom,led-strings-list = [00 01];
};

&dsi_dual_nt35597_video {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
+4 −0
Original line number Diff line number Diff line
@@ -355,6 +355,10 @@
	qpnp,qpnp-labibb-mode = "lcd";
};

&pmicobalt_wled {
	qcom,led-strings-list = [00 01];
};

&dsi_dual_nt35597_video {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;
+4 −0
Original line number Diff line number Diff line
@@ -263,6 +263,10 @@
	qpnp,qpnp-labibb-mode = "lcd";
};

&pmicobalt_wled {
	qcom,led-strings-list = [00 01];
};

&dsi_dual_nt35597_video {
	qcom,mdss-dsi-bl-pmic-control-type = "bl_ctrl_wled";
	qcom,mdss-dsi-bl-min-level = <1>;