ARM: dts: msm: Configure WLED for SDM630
Specify the number of strings in WLED property to support brightness for SDM630. Signed-off-by: ansharma <ansharma@codeaurora.org> Change-Id: I8a9cffc51520f58e63957e2b96f2e2fe598c00b1
This commit is contained in:
parent
ea4719da1f
commit
5f99561e37
2 changed files with 8 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
|||
pinctrl-0 = <&uart_console_active>;
|
||||
};
|
||||
|
||||
&pm660l_wled {
|
||||
qcom,led-strings-list = [01 02];
|
||||
};
|
||||
|
||||
&soc {
|
||||
};
|
||||
|
||||
|
|
|
@ -30,6 +30,10 @@
|
|||
qcom,peripheral-size = <0x500000>;
|
||||
};
|
||||
|
||||
&pm660l_wled {
|
||||
qcom,led-strings-list = [01 02];
|
||||
};
|
||||
|
||||
&soc {
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue