2022-11-19 12:43:46

by Renze Nicolai

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: sunxi: add binding for SOPINE on Pine64 Clusterboard

The Pine64 SOPINE Clusterboard is a mini-ITX sized board capable
of hosting up-to 7 SOPINE modules. It is largely compatible
with the SOPINE baseboard but it omits most of the in- and
output interfaces. Also The Clusterboard needs a tx delay
of 500ps for ethernet to work.

Add a binding for SOPINE on the Pine64 Clusterboard.

Reviewed-by: Samuel Holland <[email protected]>
Signed-off-by: Renze Nicolai <[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 3ad1cd50e3fe..00bb4cdfa77f 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -736,6 +736,12 @@ properties:
- const: pine64,sopine
- const: allwinner,sun50i-a64

+ - description: Pine64 SOPINE Clusterboard
+ items:
+ - const: pine64,sopine-clusterboard
+ - const: pine64,sopine
+ - const: allwinner,sun50i-a64
+
- description: PineRiver Mini X-Plus
items:
- const: pineriver,mini-xplus
--
2.38.1





2022-11-20 11:53:46

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: sunxi: add binding for SOPINE on Pine64 Clusterboard

On 19/11/2022 13:31, Renze Nicolai wrote:
> The Pine64 SOPINE Clusterboard is a mini-ITX sized board capable
> of hosting up-to 7 SOPINE modules. It is largely compatible
> with the SOPINE baseboard but it omits most of the in- and
> output interfaces. Also The Clusterboard needs a tx delay
> of 500ps for ethernet to work.
>
> Add a binding for SOPINE on the Pine64 Clusterboard.
>
> Reviewed-by: Samuel Holland <[email protected]>
> Signed-off-by: Renze Nicolai <[email protected]>

1. Only this patch made to the lists - second is missing. You need to
resend.
2. This looks like v2 or resend, so please mark it appropriately in the
subject [PATCH] part. (git format-patch -v2 or --subject-prefix).

Best regards,
Krzysztof