[PATCH v2 5/9] ARM: dts: bcm6846: Add LED controller

Linus Walleij linus.walleij at linaro.org
Tue Oct 15 23:41:05 PDT 2024


Add the BCMBCA LED controller to the BCM6846 DTSI.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 arch/arm/boot/dts/broadcom/bcm6846.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/broadcom/bcm6846.dtsi b/arch/arm/boot/dts/broadcom/bcm6846.dtsi
index 53ae3c7c583b..371c16af27f3 100644
--- a/arch/arm/boot/dts/broadcom/bcm6846.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm6846.dtsi
@@ -198,6 +198,14 @@ rng at b80 {
 			reg = <0xb80 0x28>;
 		};
 
+		leds: led-controller at 800 {
+			#address-cells = <1>;
+			#size-cells = <0>;
+			compatible = "brcm,bcm63138-leds";
+			reg = <0x800 0xdc>;
+			status = "disabled";
+		};
+
 		hsspi: spi at 1000 {
 			#address-cells = <1>;
 			#size-cells = <0>;

-- 
2.46.2




More information about the linux-arm-kernel mailing list