diff mbox series

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

Message ID 20220217161707.20212-2-philippe.reynes@softathome.com
State Accepted
Commit 66425ca694fa7dd2a795c5a47714f4f45f92b438
Delegated to: Tom Rini
Headers show
Series [1/4] drivers: led: led_bcm6753: initial support | expand

Commit Message

Philippe REYNES Feb. 17, 2022, 4:17 p.m. UTC
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 | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini March 7, 2022, 9:22 p.m. UTC | #1
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 <philippe.reynes@softathome.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

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