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


Groups > linux.kernel > #1643059 > unrolled thread

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

Started byMaxime Ripard <maxime.ripard@free-electrons.com>
First post2017-05-17 09:50 +0200
Last post2017-05-23 02:40 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [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

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

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2017-05-17 09:50 +0200
Subject[PATCH v3 19/21] drm/sun4i: Add compatible for the A10s pipeline
Message-ID<tI1Sy-ck-31@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1643159

FromChen-Yu Tsai <wens@csie.org>
Date2017-05-17 11:10 +0200
Message-ID<tI37Y-19V-19@gated-at.bofh.it>
In reply to#1643059
On Wed, May 17, 2017 at 3:40 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:
> 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>

Reviewed-by: Chen-Yu Tsai <wens@csie.org>

[toc] | [prev] | [next] | [standalone]


#1647514

FromRob Herring <robh@kernel.org>
Date2017-05-23 02:40 +0200
Message-ID<tK61I-4fZ-11@gated-at.bofh.it>
In reply to#1643059
On Wed, May 17, 2017 at 09:40:48AM +0200, Maxime Ripard wrote:
> 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(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web