diff mbox

[1/2] omap: 3630: introduce CHIP_GE_3630ES1_1

Message ID 1273838767-16638-1-git-send-email-gadiyar@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Anand Gadiyar May 14, 2010, 12:06 p.m. UTC
None
diff mbox

Patch

Index: linux-omap-2.6/arch/arm/plat-omap/include/plat/cpu.h
===================================================================
--- linux-omap-2.6.orig/arch/arm/plat-omap/include/plat/cpu.h
+++ linux-omap-2.6/arch/arm/plat-omap/include/plat/cpu.h
@@ -431,6 +431,7 @@  IS_OMAP_TYPE(3517, 0x3517)
 					 CHIP_IS_OMAP3630ES1)
 #define CHIP_GE_OMAP3430ES3_1		(CHIP_IS_OMAP3430ES3_1 | \
 					 CHIP_IS_OMAP3630ES1)
+#define CHIP_GE_OMAP3630ES1_1		(CHIP_IS_OMAP3630ES1_1)
 
 
 int omap_chip_is(struct omap_chip_id oci);