summaryrefslogtreecommitdiffstats
path: root/arch/arm/imx-common/Makefile
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2013-05-27 22:55:41 +0000
committerStefano Babic <sbabic@denx.de>2013-06-03 10:56:53 +0200
commitcfd701b5f3eefc98cf699143d34e8a8b737b90a5 (patch)
treef3bf9f309b062a57c5f63360128642afc42e9d73 /arch/arm/imx-common/Makefile
parent8c4983779ed50090b74d56498be17cde31892a64 (diff)
downloadtalos-obmc-uboot-cfd701b5f3eefc98cf699143d34e8a8b737b90a5.tar.gz
talos-obmc-uboot-cfd701b5f3eefc98cf699143d34e8a8b737b90a5.zip
arm: vf610: Add IOMUX support for Vybrid VF610
This patch adds the IOMUX support for Vybrid VF610 platform. There is a little difference for IOMUXC module between VF610 and i.MX platform, the muxmode and pad configuration share one 32bit register on VF610, but they are two independent registers on I.MX platform. A CONFIG_IOMUX_SHARE_CONFIG_REG was introduced to fit this difference. Signed-off-by: Alison Wang <b18965@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de> Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'arch/arm/imx-common/Makefile')
-rw-r--r--arch/arm/imx-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index 8bba8a57bf..9492326615 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libimx-common.o
-ifeq ($(SOC),$(filter $(SOC),mx25 mx35 mx5 mx6))
+ifeq ($(SOC),$(filter $(SOC),mx25 mx35 mx5 mx6 vf610))
COBJS-y = iomux-v3.o
endif
ifeq ($(SOC),$(filter $(SOC),mx5 mx6))
OpenPOWER on IntegriCloud