projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632889c
)
mips: bmips: add bcm6358-led driver support for BCM6358
author
Álvaro Fernández Rojas
<
[email protected]
>
Sun, 7 May 2017 18:11:31 +0000
(20:11 +0200)
committer
Daniel Schwierzeck
<
[email protected]
>
Wed, 10 May 2017 14:16:09 +0000
(16:16 +0200)
This driver can control up to 32 serial leds.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
arch/mips/dts/brcm,bcm6358.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/dts/brcm,bcm6358.dtsi
b/arch/mips/dts/brcm,bcm6358.dtsi
index 4c945552044a797ee197d9eeb2a2ab31dcf48d9a..edd0002c9b54de6d9c5811320a795bde9a15baa8 100644
(file)
--- a/
arch/mips/dts/brcm,bcm6358.dtsi
+++ b/
arch/mips/dts/brcm,bcm6358.dtsi
@@
-92,6
+92,15
@@
status = "disabled";
};
+ leds: led-controller@fffe00d0 {
+ compatible = "brcm,bcm6358-leds";
+ reg = <0xfffe00d0 0x8>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ status = "disabled";
+ };
+
uart0: serial@fffe0100 {
compatible = "brcm,bcm6345-uart";
reg = <0xfffe0100 0x18>;