]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/sun4i: Add compatible string for V3s display engine
authorIcenowy Zheng <icenowy@aosc.io>
Wed, 17 May 2017 14:47:21 +0000 (22:47 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 1 Jun 2017 07:49:55 +0000 (09:49 +0200)
Allwinner V3s features the new "Display Engine 2.0", which can now also
be driven with our subdrivers in sun4i-drm.

Add the compatible string for in sun4i_drv.c, in order to make the
display engine and its components probed.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/sun4i_drv.c

index 35cad9cb44c5b740ffd6cd8a6fcd94b652dbb4e9..4a979d17ddaa7d899670056739c7306a5c691c40 100644 (file)
@@ -296,6 +296,7 @@ static const struct of_device_id sun4i_drv_of_table[] = {
        { .compatible = "allwinner,sun6i-a31-display-engine" },
        { .compatible = "allwinner,sun6i-a31s-display-engine" },
        { .compatible = "allwinner,sun8i-a33-display-engine" },
+       { .compatible = "allwinner,sun8i-v3s-display-engine" },
        { }
 };
 MODULE_DEVICE_TABLE(of, sun4i_drv_of_table);