diff options
author | Jon Hunter <jon-hunter@ti.com> | 2012-12-14 15:55:39 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-12-14 14:49:53 -0800 |
commit | 30a6998ef4474b18d81d8c459f2cbd9e49ff0736 (patch) | |
tree | 1404162583043415a8267d54bf832aba0ced7089 /arch/arm | |
parent | d695c82f250237f5bb1dba85cfc292fdf2b661ed (diff) | |
download | op-kernel-dev-30a6998ef4474b18d81d8c459f2cbd9e49ff0736.zip op-kernel-dev-30a6998ef4474b18d81d8c459f2cbd9e49ff0736.tar.gz |
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>
Diffstat (limited to 'arch/arm')
-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 2af359c..f8b4ff4 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 \ |