diff options
| author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-01-17 05:02:34 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-23 20:34:26 -0500 |
| commit | db66dbbbfd8ded204a97d090357aff582968fcf5 (patch) | |
| tree | 7366f60653d1a961032895b395658a27fe473f06 | |
| parent | 555fae60b2bbb2d6282d82c5321d3adfa85b22ae (diff) | |
MIPS: bmips: Improve BCM6328 device tree
Adds bcm6328-leds node to bcm6328.dtsi
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: jogo@openwrt.org
Cc: cernekee@gmail.com
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: Álvaro Fernández Rojas <noltari@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/12116/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/boot/dts/brcm/bcm6328.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm6328.dtsi b/arch/mips/boot/dts/brcm/bcm6328.dtsi index 41891c1e58bd..d61b1616b604 100644 --- a/arch/mips/boot/dts/brcm/bcm6328.dtsi +++ b/arch/mips/boot/dts/brcm/bcm6328.dtsi | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | }; | 31 | }; |
| 32 | 32 | ||
| 33 | aliases { | 33 | aliases { |
| 34 | leds0 = &leds0; | ||
| 34 | uart0 = &uart0; | 35 | uart0 = &uart0; |
| 35 | }; | 36 | }; |
| 36 | 37 | ||
| @@ -82,5 +83,13 @@ | |||
| 82 | offset = <0x28>; | 83 | offset = <0x28>; |
| 83 | mask = <0x1>; | 84 | mask = <0x1>; |
| 84 | }; | 85 | }; |
| 86 | |||
| 87 | leds0: led-controller@10000800 { | ||
| 88 | #address-cells = <1>; | ||
| 89 | #size-cells = <0>; | ||
| 90 | compatible = "brcm,bcm6328-leds"; | ||
| 91 | reg = <0x10000800 0x24>; | ||
| 92 | status = "disabled"; | ||
| 93 | }; | ||
| 85 | }; | 94 | }; |
| 86 | }; | 95 | }; |
