summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx6/mx6-pins.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-05-04 17:10:14 +0800
committerYe.Li <B37916@freescale.com>2015-05-04 21:02:04 +0800
commit405bb3043c3e5da1cf8085d0fc58d821cb47ff34 (patch)
tree7e8531dfe4456571d09b12274a8a8fd1b795d256 /arch/arm/include/asm/arch-mx6/mx6-pins.h
parente70b30f39df9e88c3e5f088145de8e441ee82593 (diff)
downloadu-boot-imx-405bb3043c3e5da1cf8085d0fc58d821cb47ff34.zip
u-boot-imx-405bb3043c3e5da1cf8085d0fc58d821cb47ff34.tar.gz
u-boot-imx-405bb3043c3e5da1cf8085d0fc58d821cb47ff34.tar.bz2
MLK-10808-2 imx: mx6ul: Add pins IOMUX head file
Add i.MX6UL pins IOMUX file which defines the IOMUX settings for choose. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/mx6-pins.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/mx6-pins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/mx6-pins.h b/arch/arm/include/asm/arch-mx6/mx6-pins.h
index 534f780..05b5b35 100644
--- a/arch/arm/include/asm/arch-mx6/mx6-pins.h
+++ b/arch/arm/include/asm/arch-mx6/mx6-pins.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2013 Boundary Devices Inc.
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -37,6 +38,8 @@ enum {
#include "mx6sl_pins.h"
#elif defined(CONFIG_MX6SX)
#include "mx6sx_pins.h"
+#elif defined(CONFIG_MX6UL)
+#include "mx6ul_pins.h"
#else
#error "Please select cpu"
#endif /* CONFIG_MX6Q */