Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1643059

[PATCH v3 19/21] drm/sun4i: Add compatible for the A10s pipeline

From Maxime Ripard <maxime.ripard@free-electrons.com>
Newsgroups linux.kernel
Subject [PATCH v3 19/21] drm/sun4i: Add compatible for the A10s pipeline
Date 2017-05-17 09:50 +0200
Message-ID <tI1Sy-ck-31@gated-at.bofh.it> (permalink)
References <tI1Sy-ck-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Add a compatible for it.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 1 +
 drivers/gpu/drm/sun4i/sun4i_drv.c                             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
index 0832c8491895..1b74a412aec2 100644
--- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
+++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
@@ -189,6 +189,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
diff --git a/drivers/gpu/drm/sun4i/sun4i_drv.c b/drivers/gpu/drm/sun4i/sun4i_drv.c
index 9b3e8c8d7c75..4e0e7bd542ee 100644
--- a/drivers/gpu/drm/sun4i/sun4i_drv.c
+++ b/drivers/gpu/drm/sun4i/sun4i_drv.c
@@ -304,6 +304,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" },
-- 
git-series 0.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 19/21] drm/sun4i: Add compatible for the A10s pipeline Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-05-17 09:50 +0200
  Re: [PATCH v3 19/21] drm/sun4i: Add compatible for the A10s pipeline Chen-Yu Tsai <wens@csie.org> - 2017-05-17 11:10 +0200
  Re: [PATCH v3 19/21] drm/sun4i: Add compatible for the A10s pipeline Rob Herring <robh@kernel.org> - 2017-05-23 02:40 +0200

csiph-web