Skip to content

Commit 71449ff

Browse files
Linus Walleijffainelli
authored andcommitted
ARM: dts: bcm6846: Add LED controller
Add the BCMBCA LED controller to the BCM6846 DTSI. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20241019-genexis-xg6846b-base-v3-5-8375a0e1f89f@linaro.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 20aaee0 commit 71449ff

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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)