|
@@ -475,6 +475,7 @@ static const struct of_device_id meson_i2c_match[] = {
|
|
{ .compatible = "amlogic,meson6-i2c" },
|
|
{ .compatible = "amlogic,meson6-i2c" },
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
|
|
+MODULE_DEVICE_TABLE(of, meson_i2c_match);
|
|
|
|
|
|
static struct platform_driver meson_i2c_driver = {
|
|
static struct platform_driver meson_i2c_driver = {
|
|
.probe = meson_i2c_probe,
|
|
.probe = meson_i2c_probe,
|