|
@@ -472,6 +472,7 @@ static int meson_i2c_remove(struct platform_device *pdev)
|
|
|
|
|
|
static const struct of_device_id meson_i2c_match[] = {
|
|
static const struct of_device_id meson_i2c_match[] = {
|
|
{ .compatible = "amlogic,meson6-i2c" },
|
|
{ .compatible = "amlogic,meson6-i2c" },
|
|
|
|
+ { .compatible = "amlogic,meson-gxbb-i2c" },
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(of, meson_i2c_match);
|
|
MODULE_DEVICE_TABLE(of, meson_i2c_match);
|