summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2012-12-14 15:55:39 -0600
committerTony Lindgren <tony@atomide.com>2012-12-14 14:49:53 -0800
commit30a6998ef4474b18d81d8c459f2cbd9e49ff0736 (patch)
tree1404162583043415a8267d54bf832aba0ced7089
parentd695c82f250237f5bb1dba85cfc292fdf2b661ed (diff)
downloadlinux-3.10-30a6998ef4474b18d81d8c459f2cbd9e49ff0736.tar.gz
linux-3.10-30a6998ef4474b18d81d8c459f2cbd9e49ff0736.tar.bz2
linux-3.10-30a6998ef4474b18d81d8c459f2cbd9e49ff0736.zip
ARM: dts: Add build target for omap4-panda-a4
Commit 0d9250c (ARM: dts: omap4-panda: Add pinmux configuration for HDMI) added a new device-tree source file for Rev A4 of the OMAP4430 Panda board but it did not add this version to the makefile. Hence, add this file to the makefile. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 2af359cfe98..f8b4ff49b23 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -105,6 +105,7 @@ dtb-$(CONFIG_ARCH_OMAP2PLUS) += omap2420-h4.dtb \
omap3-evm.dtb \
omap3-tobi.dtb \
omap4-panda.dtb \
+ omap4-panda-a4.dtb \
omap4-panda-es.dtb \
omap4-var-som.dtb \
omap4-sdp.dtb \