2021-11-01 11:04:26

by Tommy Huang

[permalink] [raw]
Subject: [PATCH 4/4] dt-bindings: gpu: Add ASPEED GFX bindings document

Add ast2600-gfx description for gfx driver.

Signed-off-by: tommy-huang <[email protected]>
---
Documentation/devicetree/bindings/gpu/aspeed-gfx.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/gpu/aspeed-gfx.txt b/Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
index 958bdf962339..29ecf119cef2 100644
--- a/Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
+++ b/Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
@@ -3,6 +3,7 @@ Device tree configuration for the GFX display device on the ASPEED SoCs
Required properties:
- compatible
* Must be one of the following:
+ + aspeed,ast2600-gfx
+ aspeed,ast2500-gfx
+ aspeed,ast2400-gfx
* In addition, the ASPEED pinctrl bindings require the 'syscon' property to
--
2.17.1


2021-11-01 20:06:54

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 4/4] dt-bindings: gpu: Add ASPEED GFX bindings document

On Mon, 01 Nov 2021 19:01:07 +0800, tommy-huang wrote:
> Add ast2600-gfx description for gfx driver.
>
> Signed-off-by: tommy-huang <[email protected]>
> ---
> Documentation/devicetree/bindings/gpu/aspeed-gfx.txt | 1 +
> 1 file changed, 1 insertion(+)
>


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.

2021-11-02 00:25:11

by Tommy Huang

[permalink] [raw]
Subject: RE: [PATCH 4/4] dt-bindings: gpu: Add ASPEED GFX bindings document

Hi Rob,

Thanks for your comments.
I got it.

By Tommy

> -----Original Message-----
> From: Rob Herring <[email protected]>
> Sent: Tuesday, November 2, 2021 4:02 AM
> To: Tommy Huang <[email protected]>
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; BMC-SW
> <[email protected]>; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]
> Subject: Re: [PATCH 4/4] dt-bindings: gpu: Add ASPEED GFX bindings document
>
> On Mon, 01 Nov 2021 19:01:07 +0800, tommy-huang wrote:
> > Add ast2600-gfx description for gfx driver.
> >
> > Signed-off-by: tommy-huang <[email protected]>
> > ---
> > Documentation/devicetree/bindings/gpu/aspeed-gfx.txt | 1 +
> > 1 file changed, 1 insertion(+)
> >
>
>
> Please add Acked-by/Reviewed-by tags when posting new versions. However,
> there's no need to repost patches *only* to add the tags. The upstream
> maintainer will do that for acks received on the version they apply.
>
> If a tag was not added on purpose, please state why and what changed.