diff options
author | Andrew Bresticker <abrestic@chromium.org> | 2014-12-25 09:48:57 -0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 17:21:34 +0200 |
commit | 8c0b9ee8665c43ee370108930ff51cab9a545c1c (patch) | |
tree | aa6bd64b02f384db1e2a1cfbdd1ad08388980a71 /arch/mips/boot/dts/bcm93384wvg.dts | |
parent | ec9ddad3c6a5789373e4f67009a0dea276febc47 (diff) | |
download | blackbird-op-linux-8c0b9ee8665c43ee370108930ff51cab9a545c1c.tar.gz blackbird-op-linux-8c0b9ee8665c43ee370108930ff51cab9a545c1c.zip |
MIPS: Move device-trees into vendor sub-directories
Move the MIPS device-trees into the appropriate vendor sub-directories.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Tested-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: jaedon.shin@gmail.com
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: arnd@arndb.de
Cc: computersforpeace@gmail.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8835/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/bcm93384wvg.dts')
-rw-r--r-- | arch/mips/boot/dts/bcm93384wvg.dts | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/arch/mips/boot/dts/bcm93384wvg.dts b/arch/mips/boot/dts/bcm93384wvg.dts deleted file mode 100644 index 831741179212..000000000000 --- a/arch/mips/boot/dts/bcm93384wvg.dts +++ /dev/null @@ -1,32 +0,0 @@ -/dts-v1/; - -/include/ "bcm3384.dtsi" - -/ { - compatible = "brcm,bcm93384wvg", "brcm,bcm3384"; - model = "Broadcom BCM93384WVG"; - - chosen { - bootargs = "console=ttyS0,115200"; - stdout-path = &uart0; - }; - - memory@0 { - device_type = "memory"; - reg = <0x0 0x04000000>; - dma-xor-mask = <0x08000000>; - dma-xor-limit = <0x0fffffff>; - }; -}; - -&uart0 { - status = "okay"; -}; - -&ehci0 { - status = "okay"; -}; - -&ohci0 { - status = "okay"; -}; |