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

Commit 5f99561e authored by ansharma's avatar ansharma
Browse files

ARM: dts: msm: Configure WLED for SDM630



Specify the number of strings in WLED property to support
brightness for SDM630.

Signed-off-by: default avataransharma <ansharma@codeaurora.org>
Change-Id: I8a9cffc51520f58e63957e2b96f2e2fe598c00b1
parent ea4719da
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@
	pinctrl-0 = <&uart_console_active>;
};

&pm660l_wled {
	qcom,led-strings-list = [01 02];
};

&soc {
};

+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@
	qcom,peripheral-size = <0x500000>;
};

&pm660l_wled {
	qcom,led-strings-list = [01 02];
};

&soc {
};