2023-08-07 16:28:42

by Martin Botka

[permalink] [raw]
Subject: [PATCH v4 2/4] dt-bindings: arm: sunxi: Add BigTreeTech boards

From: Martin Botka <[email protected]>

Add name & compatible for BigTreeTech Manta boards and
BigTreeTech Pi

Signed-off-by: Martin Botka <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
---
Changes in V2:
- Remove CB1 SoM as its own entry
- Squash BTT Pi and manta patches into 1
Changes in V3,V4: none

Documentation/devicetree/bindings/arm/sunxi.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index ee8fdd2da869..b90d2a7dbe2d 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -151,6 +151,17 @@ properties:
- const: roofull,beelink-x2
- const: allwinner,sun8i-h3

+ - description: BigTreeTech Manta M4/8P
+ items:
+ - const: bigtreetech,cb1-manta
+ - const: bigtreetech,cb1
+ - const: allwinner,sun50i-h616
+
+ - description: BigTreeTech Pi
+ items:
+ - const: bigtreetech,pi
+ - const: allwinner,sun50i-h616
+
- description: Chuwi V7 CW0825
items:
- const: chuwi,v7-cw0825
--
2.41.0



2023-08-13 16:17:47

by Jernej Škrabec

[permalink] [raw]
Subject: Re: [PATCH v4 2/4] dt-bindings: arm: sunxi: Add BigTreeTech boards

Dne ponedeljek, 07. avgust 2023 ob 16:53:22 CEST je Martin Botka napisal(a):
> From: Martin Botka <[email protected]>
>
> Add name & compatible for BigTreeTech Manta boards and
> BigTreeTech Pi
>
> Signed-off-by: Martin Botka <[email protected]>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>

Acked-by: Jernej Skrabec <[email protected]>

Best regards,
Jernej

> ---
> Changes in V2:
> - Remove CB1 SoM as its own entry
> - Squash BTT Pi and manta patches into 1
> Changes in V3,V4: none
>
> Documentation/devicetree/bindings/arm/sunxi.yaml | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml
> b/Documentation/devicetree/bindings/arm/sunxi.yaml index
> ee8fdd2da869..b90d2a7dbe2d 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -151,6 +151,17 @@ properties:
> - const: roofull,beelink-x2
> - const: allwinner,sun8i-h3
>
> + - description: BigTreeTech Manta M4/8P
> + items:
> + - const: bigtreetech,cb1-manta
> + - const: bigtreetech,cb1
> + - const: allwinner,sun50i-h616
> +
> + - description: BigTreeTech Pi
> + items:
> + - const: bigtreetech,pi
> + - const: allwinner,sun50i-h616
> +
> - description: Chuwi V7 CW0825
> items:
> - const: chuwi,v7-cw0825