|
@@ -444,6 +444,7 @@ static const struct of_device_id meson_spifc_dt_match[] = {
|
|
|
{ .compatible = "amlogic,meson6-spifc", },
|
|
|
{ },
|
|
|
};
|
|
|
+MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);
|
|
|
|
|
|
static struct platform_driver meson_spifc_driver = {
|
|
|
.probe = meson_spifc_probe,
|