summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx6/mx6-pins.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-10 15:21:42 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:52 +0800
commit070c01291e25f4f16cd0df971ddb6c67a0a57152 (patch)
treeb25884ba453c67ee8ac640ac2a3e239b90198839 /arch/arm/include/asm/arch-mx6/mx6-pins.h
parente06f5f5271ec35d8151bd4eeee785df8c80db011 (diff)
downloadu-boot-imx-070c01291e25f4f16cd0df971ddb6c67a0a57152.zip
u-boot-imx-070c01291e25f4f16cd0df971ddb6c67a0a57152.tar.gz
u-boot-imx-070c01291e25f4f16cd0df971ddb6c67a0a57152.tar.bz2
ENGR00315894-48 iMX6SX: Add iMX6SX SoC support
Adding clks, pinmux, memory map, etc for iMX6SoloX. Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Jason Liu <r64343@freescale.com> Signed-off-by: Frank Li <Frank.Li@freescale.com> Signed-off-by: Nitin Garg <nitin.garg@freescale.com> 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 dcd7f8f..25c162b 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) 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -35,6 +36,8 @@ enum {
};
#elif defined(CONFIG_MX6SL)
#include "mx6sl_pins.h"
+#elif defined(CONFIG_MX6SX)
+#include "mx6sx_pins.h"
#else
#error "Please select cpu"
#endif /* CONFIG_MX6Q */