diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-10-07 03:14:41 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-10-07 16:20:52 +0200 |
commit | ed304be1b222398cd15954724e95787bb42e3b37 (patch) | |
tree | 81f39ad46b49c3add74c0f1961a7dd32353bb14a /arch/arm/boot/dts/Makefile | |
parent | ARM: bcm2835: fix typos in DT binding documentation (diff) | |
download | linux-ed304be1b222398cd15954724e95787bb42e3b37.tar.xz linux-ed304be1b222398cd15954724e95787bb42e3b37.zip |
dtb: Add arch-vt8500 board files to arch/arm/boot/dts/Makefile
Add board files (vt8500-bv07, wm8505-ref and wm8650-mid)
to allow 'make dtbs' on arch-vt8500.
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 29f541f0e653..326bd356c571 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -104,5 +104,8 @@ dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \ vexpress-v2p-ca15-tc1.dtb \ vexpress-v2p-ca15_a7.dtb \ xenvm-4.2.dtb +dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \ + wm8505-ref.dtb \ + wm8650-mid.dtb endif |