Skip to content

Commit dd8bd54

Browse files
openedevmripard
authored andcommitted
drm/sun4i: Add support for A64 display engine
Display Engine(DE2) in Allwinner A64 has two mixers and tcons. The routing for mixer0 is through tcon0 and connected to LVDS/RGB/MIPI-DSI controller. The routing for mixer1 is through tcon1 and connected to HDMI. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180904044053.15425-6-icenowy@aosc.io
1 parent 06f27fe commit dd8bd54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/sun4i/sun4i_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ static const struct of_device_id sun4i_drv_of_table[] = {
405405
{ .compatible = "allwinner,sun8i-r40-display-engine" },
406406
{ .compatible = "allwinner,sun8i-v3s-display-engine" },
407407
{ .compatible = "allwinner,sun9i-a80-display-engine" },
408+
{ .compatible = "allwinner,sun50i-a64-display-engine" },
408409
{ }
409410
};
410411
MODULE_DEVICE_TABLE(of, sun4i_drv_of_table);

0 commit comments

Comments
 (0)