]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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 bcbb8e17da9a54e84466d709ac9cc5a7175ae81a..e88ab095c290fb98583d7b28ce4962d7e03a079a 100644 (file)
 
                        status = "disabled";
                };
+
+               leds: led-controller@ff803000 {
+                       compatible = "brcm,bcm6753-leds";
+                       reg = <0xff803000 0x3480>;
+
+                       status = "disabled";
+               };
        };
 };