diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2015-05-08 15:59:18 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 22:53:35 +0300 |
commit | 8bac078c5d6653a419ae980db9b6ebbf29e8759e (patch) | |
tree | eaf2a0f4b05dcaa0af53b932732b1245c853b651 /arch/mips/boot/dts/brcm/bcm97362svmb.dts | |
parent | 380e4270f53b1ce848de7c3c9f21c7d6ccab3d2e (diff) | |
download | linux-8bac078c5d6653a419ae980db9b6ebbf29e8759e.tar.xz |
MIPS: BMIPS: dts: Add uart device nodes to bcm7xxx platforms
Add two uart device nodes known as the uart1 and uart2 for the bcm7xxx
platforms.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9991/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97362svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97362svmb.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts index b7b88e5dc9e7..739c2ef5663b 100644 --- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts @@ -21,6 +21,14 @@ status = "okay"; }; +&uart1 { + status = "okay"; +}; + +&uart2 { + status = "okay"; +}; + &enet0 { status = "okay"; }; |