Skip to content

Commit 71449ff

Browse files
linuswffainelli
authored andcommitted
ARM: dts: bcm6846: Add LED controller
Add the BCMBCA LED controller to the BCM6846 DTSI. Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 20aaee0 commit 71449ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/broadcom/bcm6846.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,14 @@
198198
reg = <0xb80 0x28>;
199199
};
200200

201+
leds: led-controller@800 {
202+
#address-cells = <1>;
203+
#size-cells = <0>;
204+
compatible = "brcm,bcm63138-leds";
205+
reg = <0x800 0xdc>;
206+
status = "disabled";
207+
};
208+
201209
hsspi: spi@1000 {
202210
#address-cells = <1>;
203211
#size-cells = <0>;

0 commit comments

Comments
 (0)