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

Commit 7249d60c authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Enable WLED and LCDB devices for sm6150



WLED and LCDB device nodes are needed for the display to
be functional. Enable the same for sm6150 idp/mtp/cdp platforms.

Change-Id: Iab1ecaf3ae9eca77210506cd2dc4c8d1d82847f0
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent e86137b2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -20,3 +20,12 @@
&pm6150_charger {
	qcom,batteryless-platform;
};

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

&pm6150l_lcdb {
	status = "ok";
};
+9 −0
Original line number Diff line number Diff line
@@ -16,3 +16,12 @@
&qupv3_se0_2uart {
	status = "ok";
};

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

&pm6150l_lcdb {
	status = "ok";
};
+9 −0
Original line number Diff line number Diff line
@@ -16,3 +16,12 @@
&qupv3_se0_2uart {
	status = "ok";
};

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

&pm6150l_lcdb {
	status = "ok";
};