summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach-types.h
diff options
context:
space:
mode:
authorRussell Robinson Jr <rrobinson@phytec.com>2012-10-29 09:57:37 -0700
committerRussell Robinson Jr <rrobinson@phytec.com>2012-12-19 15:50:16 -0800
commit48d6f4f368ba61bb80949ace561eb7d16a9158fb (patch)
tree3c40c626cfc0a1f8a77379bac7c8d99008b7f353 /arch/arm/include/asm/mach-types.h
parentda57bddb827ff0da2eb8da33b7081ff56d9dea2d (diff)
Base port for phyCORE-Vybrid2011.12-pcm052-ts1
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
Diffstat (limited to 'arch/arm/include/asm/mach-types.h')
-rw-r--r--arch/arm/include/asm/mach-types.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h
index 91079c9f10..1e216ffe49 100644
--- a/arch/arm/include/asm/mach-types.h
+++ b/arch/arm/include/asm/mach-types.h
@@ -1109,6 +1109,7 @@ extern unsigned int __machine_arch_type;
#define MACH_TYPE_VYBRID_VF6XX 4146
#define MACH_TYPE_VYBRID_VF5XX 4147
#define MACH_TYPE_VYBRID_VF4XX 4148
+#define MACH_TYPE_PCM052 4391
#ifdef CONFIG_ARCH_EBSA110
# ifdef machine_arch_type
@@ -14274,6 +14275,18 @@ extern unsigned int __machine_arch_type;
# define machine_is_vybrid_vf4xx() (0)
#endif
+#ifdef CONFIG_MACH_PCM052
+# ifdef machine_arch_type
+# undef machine_arch_type
+# define machine_arch_type __machine_arch_type
+# else
+# define machine_arch_type MACH_TYPE_PCM052
+# endif
+# define machine_is_pcm052() (machine_arch_type == MACH_TYPE_PCM052)
+#else
+# define machine_is_pcm052() (0)
+#endif
+
/*
* These have not yet been registered
*/