Introduce CHIP_GE_3630ES1_1 macro to cover 3630ES1.1 and later silicon reviesions. (Currently this is set to 3630 ES1.1 only). This is needed for at least one feature that is broken in 3630ES1.0 but exists on older (3430 ES3.1) and newer revisions. Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> --- Okay with me to fold this into the patch [1] that adds 3630 silicon revision support. [1] https://patchwork.kernel.org/patch/95684/ arch/arm/plat-omap/include/plat/cpu.h | 1 + 1 file changed, 1 insertion(+) 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); -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html