aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-01-19 01:44:28 -0500
committerOlof Johansson <olof@lixom.net>2013-01-22 02:20:08 -0500
commitdef4d6c044ea1f5f58ed6d422e6797fb0b1cfb63 (patch)
tree35fa3dcf552f5bd5f230fcb84b5a3765f5f57c34 /arch/arm/boot/dts/Makefile
parent8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb (diff)
dts: vt8500: Add initial dts support for WM8850
This patch adds a soc dtsi for the Wondermedia WM8850. A board dts file is also included for the W70v2 tablet, with support for all the drivers currently in mainline. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index e44da40d984f..3212573b94e7 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -151,7 +151,8 @@ dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \
151 xenvm-4.2.dtb 151 xenvm-4.2.dtb
152dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \ 152dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \
153 wm8505-ref.dtb \ 153 wm8505-ref.dtb \
154 wm8650-mid.dtb 154 wm8650-mid.dtb \
155 wm8850-w70v2.dtb
155dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb 156dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb
156 157
157targets += dtbs 158targets += dtbs