diff mbox series

[U-Boot,V2,2/8] dt: bcm6858: add led controller

Message ID 1553270528-23011-2-git-send-email-philippe.reynes@softathome.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,V2,1/8] led: add initial support for bcm6858 | expand

Commit Message

Philippe REYNES March 22, 2019, 4:02 p.m. UTC
Add the led controller in the bcm6858 device tree.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
Changelog:
v2:
- no change

 arch/arm/dts/bcm6858.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini April 24, 2019, 1:28 p.m. UTC | #1
On Fri, Mar 22, 2019 at 05:02:02PM +0100, Philippe Reynes wrote:

> Add the led controller in the bcm6858 device tree.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>

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

Patch

diff --git a/arch/arm/dts/bcm6858.dtsi b/arch/arm/dts/bcm6858.dtsi
index 23b80c6..0359417 100644
--- a/arch/arm/dts/bcm6858.dtsi
+++ b/arch/arm/dts/bcm6858.dtsi
@@ -82,6 +82,13 @@ 
 			status = "disabled";
 		};
 
+		leds: led-controller@ff800800 {
+			compatible = "brcm,bcm6858-leds";
+			reg = <0x0 0xff800800 0x0 0xe4>;
+
+			status = "disabled";
+		};
+
 		wdt1: watchdog@ff802780 {
 			compatible = "brcm,bcm6345-wdt";
 			reg = <0x0 0xff802780 0x0 0x14>;