Skip to content

Commit 518ea1d

Browse files
paulkocialkowskimripard
authored andcommitted
drm/sun4i: frontend: Hook-in support for the A20
This adds the appropriate device-tree compatible for hooking frontend support for the A20. Since the hardware is very similar to the A10, it shares the same quirks (which were already introduced). Signed-off-by: Paul Kocialkowski <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 3cff16d commit 518ea1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/gpu/drm/sun4i/sun4i_frontend.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ const struct of_device_id sun4i_frontend_of_table[] = {
715715
.compatible = "allwinner,sun4i-a10-display-frontend",
716716
.data = &sun4i_a10_frontend
717717
},
718+
{
719+
.compatible = "allwinner,sun7i-a20-display-frontend",
720+
.data = &sun4i_a10_frontend
721+
},
718722
{
719723
.compatible = "allwinner,sun8i-a33-display-frontend",
720724
.data = &sun8i_a33_frontend

0 commit comments

Comments
 (0)