mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: pm660l: add flash leds
The PM660L has support for QPNP flash LEDs. Add them to the device tree. Signed-off-by: Richard Acayan <mailingradian@gmail.com> Link: https://lore.kernel.org/r/20241112024050.669578-8-mailingradian@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
a8d18df5a5
commit
9b2955bae7
1 changed files with 6 additions and 0 deletions
|
@ -70,6 +70,12 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
pm660l_flash: led-controller@d300 {
|
||||
compatible = "qcom,pm660l-flash-led", "qcom,spmi-flash-led";
|
||||
reg = <0xd300>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pm660l_wled: leds@d800 {
|
||||
compatible = "qcom,pm660l-wled";
|
||||
reg = <0xd800>, <0xd900>;
|
||||
|
|
Loading…
Add table
Reference in a new issue