|
@@ -111,6 +111,8 @@ static const struct of_device_id s3c24xx_i2c_match[] = {
|
|
|
{ .compatible = "samsung,s3c2440-i2c", .data = (void *)QUIRK_S3C2440 },
|
|
|
{ .compatible = "samsung,s3c2440-hdmiphy-i2c",
|
|
|
.data = (void *)(QUIRK_S3C2440 | QUIRK_HDMIPHY | QUIRK_NO_GPIO) },
|
|
|
+ { .compatible = "samsung,exynos5440-i2c",
|
|
|
+ .data = (void *)(QUIRK_S3C2440 | QUIRK_NO_GPIO) },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, s3c24xx_i2c_match);
|