arch: arm: dts: bcm6753: add led support
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 17 Feb 2022 16:17:05 +0000 (17:17 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 7 Mar 2022 16:36:12 +0000 (11:36 -0500)
Add a node leds to support the LED IP in the
device tree of the bcm6753.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/dts/bcm6753.dtsi

index bcbb8e1..e88ab09 100644 (file)
 
                        status = "disabled";
                };
+
+               leds: led-controller@ff803000 {
+                       compatible = "brcm,bcm6753-leds";
+                       reg = <0xff803000 0x3480>;
+
+                       status = "disabled";
+               };
        };
 };