Skip to content

Commit cd0ecab

Browse files
keddermripard
authored andcommitted
drm/sun4i: tcon: Separate quirks for tcon0 and tcon1 on A20
Timing controllers on A20 are not equivalent: tcon0 on A20 supports LVDS output and tcon1 does not. Separate the capabilities by introducing independent set of quirks for each of the tcons. Signed-off-by: Andrey Lebedev <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 612e31e commit cd0ecab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/sun4i/sun4i_tcon.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,8 @@ const struct of_device_id sun4i_tcon_of_table[] = {
15081508
{ .compatible = "allwinner,sun6i-a31-tcon", .data = &sun6i_a31_quirks },
15091509
{ .compatible = "allwinner,sun6i-a31s-tcon", .data = &sun6i_a31s_quirks },
15101510
{ .compatible = "allwinner,sun7i-a20-tcon", .data = &sun7i_a20_quirks },
1511+
{ .compatible = "allwinner,sun7i-a20-tcon0", .data = &sun7i_a20_quirks },
1512+
{ .compatible = "allwinner,sun7i-a20-tcon1", .data = &sun7i_a20_quirks },
15111513
{ .compatible = "allwinner,sun8i-a23-tcon", .data = &sun8i_a33_quirks },
15121514
{ .compatible = "allwinner,sun8i-a33-tcon", .data = &sun8i_a33_quirks },
15131515
{ .compatible = "allwinner,sun8i-a83t-tcon-lcd", .data = &sun8i_a83t_lcd_quirks },

0 commit comments

Comments
 (0)