2023-08-02 23:14:24

by Martin Botka

[permalink] [raw]
Subject: [PATCH v1 3/6] dt-bindings: arm: sunxi: Add BigTreeTech Manta board

From: Martin Botka <[email protected]>

Add name & compatible for BigTreeTech Manta boards

Signed-off-by: Martin Botka <[email protected]>
---
Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index 5ae1b81af6fc..e9e46434dd1a 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -155,6 +155,12 @@ properties:
items:
- const: bigtreetech,cb1
- const: allwinner,sun50i-h616
+
+ - description: BigTreeTech Manta M4/8P
+ items:
+ - const: bigtreetech,cb1-manta
+ - const: bigtreetech,cb1
+ - const: allwinner,sun50i-h616

- description: Chuwi V7 CW0825
items:
--
2.41.0



2023-08-03 13:04:42

by Andre Przywara

[permalink] [raw]
Subject: Re: [PATCH v1 3/6] dt-bindings: arm: sunxi: Add BigTreeTech Manta board

On Thu, 3 Aug 2023 00:02:36 +0200
Martin Botka <[email protected]> wrote:

> From: Martin Botka <[email protected]>
>
> Add name & compatible for BigTreeTech Manta boards
>
> Signed-off-by: Martin Botka <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
> index 5ae1b81af6fc..e9e46434dd1a 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -155,6 +155,12 @@ properties:
> items:
> - const: bigtreetech,cb1
> - const: allwinner,sun50i-h616
> +

whitespace error here above (leading spaces)

And there is no need to split those additions to sunxi.yaml into separate
patches, so just put them all in one (but drop patch 2/6, as mentioned
there).

Cheers,
Andre

> + - description: BigTreeTech Manta M4/8P
> + items:
> + - const: bigtreetech,cb1-manta
> + - const: bigtreetech,cb1
> + - const: allwinner,sun50i-h616
>
> - description: Chuwi V7 CW0825
> items: