Skip to content

Commit

Permalink
MIPS: bmips: Improve BCM6328 device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Álvaro Fernández Rojas authored and Ralf Baechle committed Jan 24, 2016
1 parent 555fae6 commit db66dbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/mips/boot/dts/brcm/bcm6328.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
};

aliases {
leds0 = &leds0;
uart0 = &uart0;
};

Expand Down Expand Up @@ -82,5 +83,13 @@
offset = <0x28>;
mask = <0x1>;
};

leds0: led-controller@10000800 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "brcm,bcm6328-leds";
reg = <0x10000800 0x24>;
status = "disabled";
};
};
};

0 comments on commit db66dbb

Please sign in to comment.