mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
0d2001b105
commit
66425ca694
1 changed files with 7 additions and 0 deletions
|
@ -197,5 +197,12 @@
|
|||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
leds: led-controller@ff803000 {
|
||||
compatible = "brcm,bcm6753-leds";
|
||||
reg = <0xff803000 0x3480>;
|
||||
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue