From: Linus Walleij Date: Sat, 19 Oct 2024 20:39:34 +0000 (+0200) Subject: ARM: dts: bcm6846: Add LED controller X-Git-Tag: v6.14-rc1~103^2~11^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71449ffdb27e39a7681f82477d0906b85f43ba4f;p=thirdparty%2Flinux.git ARM: dts: bcm6846: Add LED controller Add the BCMBCA LED controller to the BCM6846 DTSI. Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20241019-genexis-xg6846b-base-v3-5-8375a0e1f89f@linaro.org Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/broadcom/bcm6846.dtsi b/arch/arm/boot/dts/broadcom/bcm6846.dtsi index d6f5fe740ca5d..378dbd1b41b31 100644 --- a/arch/arm/boot/dts/broadcom/bcm6846.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm6846.dtsi @@ -198,6 +198,14 @@ reg = <0xb80 0x28>; }; + leds: led-controller@800 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "brcm,bcm63138-leds"; + reg = <0x800 0xdc>; + status = "disabled"; + }; + hsspi: spi@1000 { #address-cells = <1>; #size-cells = <0>;