MIPS: BMIPS: Add DTS files for several platforms
authorKevin Cernekee <cernekee@gmail.com>
Thu, 25 Dec 2014 17:49:20 +0000 (09:49 -0800)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 1 Apr 2015 15:21:42 +0000 (17:21 +0200)
commit8945e37e103b165f12c403cc412740718969f811
tree26d13c443a4fec1ec2b5805ff77e2c05fb95b906
parent81a07b4abe1b574605b67e01e3167be44b541980
MIPS: BMIPS: Add DTS files for several platforms

Most of the supported chips use legacy (non-DT) bootloaders, so they will
need to select an appropriate builtin DTB at compile time until the
bootloader is updated.  Provide suitable DTS files, and a means to compile
one of them into the kernel image.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Cc: f.fainelli@gmail.com
Cc: abrestic@chromium.org
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/8858/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
23 files changed:
arch/mips/Kconfig
arch/mips/bmips/Kconfig [new file with mode: 0644]
arch/mips/boot/dts/brcm/Makefile
arch/mips/boot/dts/brcm/bcm3384_viper.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm6328.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm6368.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7125.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7346.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7358.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7360.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7362.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7420.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm7425.dtsi [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm93384wvg_viper.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm96368mvwg.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97125cbmb.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97346dbsmb.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97358svmb.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97360svmb.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97362svmb.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97420c.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm97425svmb.dts [new file with mode: 0644]
arch/mips/boot/dts/brcm/bcm9ejtagprb.dts [new file with mode: 0644]