Hi Kukjin, You should also add the new compatible value to the documentation of device tree bindings for i2c-s3c2410. (Documentation/devicetree/bindings/i2c/i2c-s3c2410.txt) Best regards, Tomasz Figa On Friday 18 of January 2013 21:12:03 Kukjin Kim wrote: > From: Giridhar Maruthy <giridhar.m@xxxxxxxxxxx> > > Signed-off-by: Giridhar Maruthy <giridhar.m@xxxxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > --- > drivers/i2c/busses/i2c-s3c2410.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/i2c/busses/i2c-s3c2410.c > b/drivers/i2c/busses/i2c-s3c2410.c index a290d08..ec141b4 100644 > --- a/drivers/i2c/busses/i2c-s3c2410.c > +++ b/drivers/i2c/busses/i2c-s3c2410.c > @@ -109,6 +109,8 @@ MODULE_DEVICE_TABLE(platform, s3c24xx_driver_ids); > static const struct of_device_id s3c24xx_i2c_match[] = { > { .compatible = "samsung,s3c2410-i2c", .data = (void *)0 }, > { .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 > }, + { .compatible = "samsung,exynos5440-i2c", > + .data = (void *)(QUIRK_S3C2440 | QUIRK_NO_GPIO) }, > { .compatible = "samsung,s3c2440-hdmiphy-i2c", > .data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) }, > {}, -- 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