* [PATCH 1/5] am3505/3517: Add CHIP_IS macro
@ 2011-07-04 19:30 Raphaël Assénat
0 siblings, 0 replies; only message in thread
From: Raphaël Assénat @ 2011-07-04 19:30 UTC (permalink / raw)
To: linux-omap
Create a CHIP_IS macro fore AM35xx CPUs.
Signed-off-by: Raphael Assenat <raph@8d.com>
diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h
index 8198bb6..f3def59 100644
--- a/arch/arm/plat-omap/include/plat/cpu.h
+++ b/arch/arm/plat-omap/include/plat/cpu.h
@@ -439,6 +439,7 @@ IS_OMAP_TYPE(3517, 0x3517)
#define CHIP_IS_OMAP4430ES2_1 (1 << 12)
#define CHIP_IS_OMAP4430ES2_2 (1 << 13)
#define CHIP_IS_TI816X (1 << 14)
+#define CHIP_IS_AM35XX (1 << 15)
#define CHIP_IS_OMAP24XX (CHIP_IS_OMAP2420 | CHIP_IS_OMAP2430)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-04 19:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 19:30 [PATCH 1/5] am3505/3517: Add CHIP_IS macro Raphaël Assénat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox