Re: [PATCH 2/4] arch: arm: dts: bcm6753: add led support

2022-03-07 Thread Tom Rini
On Thu, Feb 17, 2022 at 05:17:05PM +0100, Philippe Reynes wrote:

> Add a node leds to support the LED IP in the
> device tree of the bcm6753.
> 
> Signed-off-by: Philippe Reynes 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 2/4] arch: arm: dts: bcm6753: add led support

2022-02-17 Thread Philippe Reynes
Add a node leds to support the LED IP in the
device tree of the bcm6753.

Signed-off-by: Philippe Reynes 
---
 arch/arm/dts/bcm6753.dtsi | 7 +++
 1 file changed, 7 insertions(+)

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";
+   };
};
 };
-- 
2.17.1