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

Commit 5b7d9d24 authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: msm: reduce the WLED string number for DTP8996



DTP8996 only use 2 WLED strings, reduce the string number to match with
the hardware configuration.

Change-Id: If01d7ff0913e0589d2a19e3c7d3a3a78f919e9c1
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 0a1fa0b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@
			};
		};

		qcom,leds@d800 {
		pmi8994_wled: qcom,leds@d800 {
			compatible = "qcom,qpnp-wled";
			reg = <0xd800 0x100>,
				<0xd900 0x100>,
+4 −0
Original line number Diff line number Diff line
@@ -538,3 +538,7 @@
&blue_led {
	/delete-property/ linux,default-trigger;
};

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