aboutsummarylogtreecommitdiffstats
path: root/0004-tda998x.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004-tda998x.patch')
-rw-r--r--0004-tda998x.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/0004-tda998x.patch b/0004-tda998x.patch
new file mode 100644
index 000000000000..beea1d99c3c0
--- /dev/null
+++ b/0004-tda998x.patch
@@ -0,0 +1,13 @@
+diff --git a/drivers/gpu/drm/i2c/tda998x_pin.c b/drivers/gpu/drm/i2c/tda998x_pin.c
+index 995efc8e55ed..48a616a7e851 100644
+--- a/drivers/gpu/drm/i2c/tda998x_pin.c
++++ b/drivers/gpu/drm/i2c/tda998x_pin.c
+@@ -30,7 +30,7 @@ static const struct of_device_id tda998x_rgb_dt_ids[] = {
+ { .compatible = "starfive,tda998x_rgb_pin", },
+ { /* sentinel */ },
+ };
+-MODULE_DEVICE_TABLE(of, starfive_drm_dt_ids);
++MODULE_DEVICE_TABLE(of, tda998x_rgb_dt_ids);
+
+ static struct platform_driver starfive_drm_platform_driver = {
+ .probe = starfive_drm_platform_probe,