diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-04-23 02:55:57 +0400 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-05-12 12:31:12 +0400 |
commit | 4606c48051db62db14756e1085fe0f8821a0e116 (patch) | |
tree | 0c2f2ad3d60a5ba4c72d3b7db202d4cddef116c4 /arch/arm/boot/dts/Makefile | |
parent | 7ec13d42f6d7e37fabe09dfd0d257a87f6bf2ee9 (diff) | |
download | linux-4606c48051db62db14756e1085fe0f8821a0e116.tar.xz |
dts: vt8500: Add devicetree support for WM8750 SoC and APC8750 board
This patch adds support for the WonderMedia WM8750 SoC and the VIA
APC8750 board.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index b9f7121e6ecf..ecdd51dc9c0f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -205,6 +205,7 @@ dtb-$(CONFIG_ARCH_VIRT) += xenvm-4.2.dtb dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \ wm8505-ref.dtb \ wm8650-mid.dtb \ + wm8750-apc8750.dtb \ wm8850-w70v2.dtb dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb |