We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cccfe8 commit 4d4977bCopy full SHA for 4d4977b
drivers/gpu/drm/i2c/tda998x_pin.c
@@ -30,7 +30,7 @@ static const struct of_device_id tda998x_rgb_dt_ids[] = {
30
{ .compatible = "starfive,tda998x_rgb_pin", },
31
{ /* sentinel */ },
32
};
33
-MODULE_DEVICE_TABLE(of, starfive_drm_dt_ids);
+MODULE_DEVICE_TABLE(of, tda998x_rgb_dt_ids);
34
35
static struct platform_driver starfive_drm_platform_driver = {
36
.probe = starfive_drm_platform_probe,
0 commit comments