MIPS: JZ4740: require & include DT
authorPaul Burton <paul.burton@imgtec.com>
Sun, 24 May 2015 15:11:15 +0000 (16:11 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 21 Jun 2015 19:52:49 +0000 (21:52 +0200)
commitffb1843d059c5627fb8982eb4ab29219e7503fb2
tree2e68285faeb1adcff6c05e355021d9e34c711f34
parent252617a4ab714db824876e3f9b2b2ede6623e9dc
MIPS: JZ4740: require & include DT

Require a DT for JZ4740 based systems, and add a stub one for the
qi_lb60 (Ben NanoNote) board. Devices will be migrated to being probed
via this DT over time.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/10132/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kconfig
arch/mips/boot/dts/Makefile
arch/mips/boot/dts/ingenic/Makefile [new file with mode: 0644]
arch/mips/boot/dts/ingenic/jz4740.dtsi [new file with mode: 0644]
arch/mips/boot/dts/ingenic/qi_lb60.dts [new file with mode: 0644]
arch/mips/jz4740/setup.c