MIPS: Move device-trees into vendor sub-directories
authorAndrew Bresticker <abrestic@chromium.org>
Thu, 25 Dec 2014 17:48:57 +0000 (09:48 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 1 Apr 2015 15:21:34 +0000 (17:21 +0200)
commit8c0b9ee8665c43ee370108930ff51cab9a545c1c
treeaa6bd64b02f384db1e2a1cfbdd1ad08388980a71
parentec9ddad3c6a5789373e4f67009a0dea276febc47
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>
46 files changed:
arch/mips/Makefile
arch/mips/boot/dts/Makefile
arch/mips/boot/dts/bcm3384.dtsi [deleted file]
arch/mips/boot/dts/bcm93384wvg.dts [deleted file]
arch/mips/boot/dts/brcm/Makefile [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm3384.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm93384wvg.dts [new file with mode: 0644]
arch/mips/boot/dts/cavium-octeon/Makefile [new file with mode: 0644]
arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts [new file with mode: 0644]
arch/mips/boot/dts/cavium-octeon/octeon_68xx.dts [new file with mode: 0644]
arch/mips/boot/dts/danube.dtsi [deleted file]
arch/mips/boot/dts/easy50712.dts [deleted file]
arch/mips/boot/dts/lantiq/Makefile [new file with mode: 0644]
arch/mips/boot/dts/lantiq/danube.dtsi [new file with mode: 0644]
arch/mips/boot/dts/lantiq/easy50712.dts [new file with mode: 0644]
arch/mips/boot/dts/mt7620a.dtsi [deleted file]
arch/mips/boot/dts/mt7620a_eval.dts [deleted file]
arch/mips/boot/dts/mti/Makefile [new file with mode: 0644]
arch/mips/boot/dts/mti/sead3.dts [new file with mode: 0644]
arch/mips/boot/dts/netlogic/Makefile [new file with mode: 0644]
arch/mips/boot/dts/netlogic/xlp_evp.dts [new file with mode: 0644]
arch/mips/boot/dts/netlogic/xlp_fvp.dts [new file with mode: 0644]
arch/mips/boot/dts/netlogic/xlp_gvp.dts [new file with mode: 0644]
arch/mips/boot/dts/netlogic/xlp_svp.dts [new file with mode: 0644]
arch/mips/boot/dts/octeon_3xxx.dts [deleted file]
arch/mips/boot/dts/octeon_68xx.dts [deleted file]
arch/mips/boot/dts/ralink/Makefile [new file with mode: 0644]
arch/mips/boot/dts/ralink/mt7620a.dtsi [new file with mode: 0644]
arch/mips/boot/dts/ralink/mt7620a_eval.dts [new file with mode: 0644]
arch/mips/boot/dts/ralink/rt2880.dtsi [new file with mode: 0644]
arch/mips/boot/dts/ralink/rt2880_eval.dts [new file with mode: 0644]
arch/mips/boot/dts/ralink/rt3050.dtsi [new file with mode: 0644]
arch/mips/boot/dts/ralink/rt3052_eval.dts [new file with mode: 0644]
arch/mips/boot/dts/ralink/rt3883.dtsi [new file with mode: 0644]
arch/mips/boot/dts/ralink/rt3883_eval.dts [new file with mode: 0644]
arch/mips/boot/dts/rt2880.dtsi [deleted file]
arch/mips/boot/dts/rt2880_eval.dts [deleted file]
arch/mips/boot/dts/rt3050.dtsi [deleted file]
arch/mips/boot/dts/rt3052_eval.dts [deleted file]
arch/mips/boot/dts/rt3883.dtsi [deleted file]
arch/mips/boot/dts/rt3883_eval.dts [deleted file]
arch/mips/boot/dts/sead3.dts [deleted file]
arch/mips/boot/dts/xlp_evp.dts [deleted file]
arch/mips/boot/dts/xlp_fvp.dts [deleted file]
arch/mips/boot/dts/xlp_gvp.dts [deleted file]
arch/mips/boot/dts/xlp_svp.dts [deleted file]