From: Philippe Reynes Date: Thu, 17 Feb 2022 16:17:05 +0000 (+0100) Subject: arch: arm: dts: bcm6753: add led support X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=66425ca694fa7dd2a795c5a47714f4f45f92b438;p=u-boot.git arch: arm: dts: bcm6753: add led support Add a node leds to support the LED IP in the device tree of the bcm6753. Signed-off-by: Philippe Reynes --- diff --git a/arch/arm/dts/bcm6753.dtsi b/arch/arm/dts/bcm6753.dtsi index bcbb8e17da..e88ab095c2 100644 --- a/arch/arm/dts/bcm6753.dtsi +++ b/arch/arm/dts/bcm6753.dtsi @@ -197,5 +197,12 @@ status = "disabled"; }; + + leds: led-controller@ff803000 { + compatible = "brcm,bcm6753-leds"; + reg = <0xff803000 0x3480>; + + status = "disabled"; + }; }; };