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 3cff16d commit 518ea1dCopy full SHA for 518ea1d
drivers/gpu/drm/sun4i/sun4i_frontend.c
@@ -715,6 +715,10 @@ const struct of_device_id sun4i_frontend_of_table[] = {
715
.compatible = "allwinner,sun4i-a10-display-frontend",
716
.data = &sun4i_a10_frontend
717
},
718
+ {
719
+ .compatible = "allwinner,sun7i-a20-display-frontend",
720
+ .data = &sun4i_a10_frontend
721
+ },
722
{
723
.compatible = "allwinner,sun8i-a33-display-frontend",
724
.data = &sun8i_a33_frontend
0 commit comments