Commit db66dbbb authored by Álvaro Fernández Rojas's avatar Álvaro Fernández Rojas Committed by Ralf Baechle

MIPS: bmips: Improve BCM6328 device tree

Adds bcm6328-leds node to bcm6328.dtsi
Signed-off-by: default avatarÁlvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: default avatarFlorian 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 555fae60
...@@ -31,6 +31,7 @@ periph_clk: periph_clk { ...@@ -31,6 +31,7 @@ periph_clk: periph_clk {
}; };
aliases { aliases {
leds0 = &leds0;
uart0 = &uart0; uart0 = &uart0;
}; };
...@@ -82,5 +83,13 @@ reboot { ...@@ -82,5 +83,13 @@ reboot {
offset = <0x28>; offset = <0x28>;
mask = <0x1>; mask = <0x1>;
}; };
leds0: led-controller@10000800 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "brcm,bcm6328-leds";
reg = <0x10000800 0x24>;
status = "disabled";
};
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment