diff mbox series

[v10,08/18] dt-bindings: arm: sunxi: Add two H616 board compatible strings

Message ID 20220211122643.1343315-9-andre.przywara@arm.com (mailing list archive)
State New, archived
Headers show
Series arm64: sunxi: Initial Allwinner H616 SoC support | expand

Commit Message

Andre Przywara Feb. 11, 2022, 12:26 p.m. UTC
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/arm/sunxi.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Samuel Holland Feb. 23, 2022, 3:38 a.m. UTC | #1
On 2/11/22 6:26 AM, Andre Przywara wrote:
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> Acked-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/sunxi.yaml | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
> index c8a3102c0fde..185ced5da6b8 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.yaml
> +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
> @@ -853,6 +853,11 @@ properties:
>            - const: yones-toptech,bs1078-v2
>            - const: allwinner,sun6i-a31s
>  
> +      - description: X96 Mate TV box
> +        items:
> +          - const: hechuang,x96-mate

I don't see this vendor in vendor-prefixes.yaml. I would have expected
checkpatch.pl to warn about this.

Regards,
Samuel

> +          - const: allwinner,sun50i-h616
> +
>        - description: Xunlong OrangePi
>          items:
>            - const: xunlong,orangepi
> @@ -953,4 +958,9 @@ properties:
>            - const: xunlong,orangepi-zero-plus2-h3
>            - const: allwinner,sun8i-h3
>  
> +      - description: Xunlong OrangePi Zero 2
> +        items:
> +          - const: xunlong,orangepi-zero2
> +          - const: allwinner,sun50i-h616
> +
>  additionalProperties: true
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index c8a3102c0fde..185ced5da6b8 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -853,6 +853,11 @@  properties:
           - const: yones-toptech,bs1078-v2
           - const: allwinner,sun6i-a31s
 
+      - description: X96 Mate TV box
+        items:
+          - const: hechuang,x96-mate
+          - const: allwinner,sun50i-h616
+
       - description: Xunlong OrangePi
         items:
           - const: xunlong,orangepi
@@ -953,4 +958,9 @@  properties:
           - const: xunlong,orangepi-zero-plus2-h3
           - const: allwinner,sun8i-h3
 
+      - description: Xunlong OrangePi Zero 2
+        items:
+          - const: xunlong,orangepi-zero2
+          - const: allwinner,sun50i-h616
+
 additionalProperties: true