Kukjin Kim wrote: > > This patch uses samsung_rev() to support variable silicon revision of > EXYNOS4210 so that can support for EXYNOS4210 REV0, REV1.0 and REV1.1. > > Note: Need to change timer setting on REV0. > > Acked-by: Changhwan Youn <chaos.youn@xxxxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > --- (snip) > +#define EXYNOS4210_REV_1_0 (0x2) > +#define EXYNOS4210_REV_1_1 (0x3) Should be following... +#define EXYNOS4210_REV_1_0 (0x10) +#define EXYNOS4210_REV_1_1 (0x11) Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html