Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 110d33dd authored by Maxime Ripard's avatar Maxime Ripard
Browse files

drm/sun4i: Add compatible for the A10s pipeline



The A10s has a slightly different display pipeline than the A13, with an
HDMI controller.

Add a compatible for it.

Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 9c568101
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -210,6 +210,7 @@ extra node.

Required properties:
  - compatible: value must be one of:
    * allwinner,sun5i-a10s-display-engine
    * allwinner,sun5i-a13-display-engine
    * allwinner,sun6i-a31-display-engine
    * allwinner,sun6i-a31s-display-engine
+1 −0
Original line number Diff line number Diff line
@@ -305,6 +305,7 @@ static int sun4i_drv_remove(struct platform_device *pdev)
}

static const struct of_device_id sun4i_drv_of_table[] = {
	{ .compatible = "allwinner,sun5i-a10s-display-engine" },
	{ .compatible = "allwinner,sun5i-a13-display-engine" },
	{ .compatible = "allwinner,sun6i-a31-display-engine" },
	{ .compatible = "allwinner,sun6i-a31s-display-engine" },