summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/mxc.h
diff options
context:
space:
mode:
authorEric Sun <jian.sun@freescale.com>2011-11-21 19:08:59 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:08:01 +0800
commitc220f0499ffb362660327b0355655c129a119052 (patch)
treebb1a95ac0988931bd18822ed58d79291b4e2cbdc /arch/arm/plat-mxc/include/mach/mxc.h
parentf9db469de08ddbb4a2d4adb141fb767cfe07af83 (diff)
ENGR00162709 Add Support for MX6Q Sabre Auto
Add file board-mx6q_sabreauto.c. The only real difference from board-mx6q_arm2.c is SD pin configuration is changed. Signed-off-by: Eric Sun <jian.sun@freescale.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mxc.h')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/mxc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h
index 4a3bf3bd8d6f..628ef1467a6b 100755
--- a/arch/arm/plat-mxc/include/mach/mxc.h
+++ b/arch/arm/plat-mxc/include/mach/mxc.h
@@ -88,6 +88,8 @@ extern unsigned int system_rev;
board_is_rev(IMX_BOARD_REV_1))
#define board_is_mx6q_sabre_lite() (cpu_is_mx6q() && \
board_is_rev(IMX_BOARD_REV_2))
+#define board_is_mx6q_sabre_auto() (cpu_is_mx6q() && \
+ board_is_rev(IMX_BOARD_REV_3))
#endif
#ifndef __ASSEMBLY__