diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2022-02-17 17:17:05 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-07 11:36:12 -0500 |
commit | 66425ca694fa7dd2a795c5a47714f4f45f92b438 (patch) | |
tree | 5bb3e4eb4fff759d5e8405b7211cb51a5704a766 | |
parent | 0d2001b105b415f0cb974036696c6eb47d4dfe9c (diff) | |
download | u-boot-66425ca694fa7dd2a795c5a47714f4f45f92b438.zip u-boot-66425ca694fa7dd2a795c5a47714f4f45f92b438.tar.gz u-boot-66425ca694fa7dd2a795c5a47714f4f45f92b438.tar.bz2 |
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 <philippe.reynes@softathome.com>
-rw-r--r-- | arch/arm/dts/bcm6753.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm6753.dtsi b/arch/arm/dts/bcm6753.dtsi index bcbb8e1..e88ab09 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"; + }; }; }; |