2022-09-22 10:59:00

by Quentin Schulz

[permalink] [raw]
Subject: [PATCH 3/3] dt-bindings: arm: rockchip: add The obroma Systems PX30-µQ7 (Ringneck) with Haikou

From: Quentin Schulz <[email protected]>

Add entry for the Theobroma Systems PX30-µQ7 (Ringneck) with Haikou
devkit.

Signed-off-by: Quentin Schulz <[email protected]>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 7811ba64149c..f2aa5ddb76d2 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -658,6 +658,11 @@ properties:
- const: rockchip,rv1108-evb
- const: rockchip,rv1108

+ - description: Theobroma Systems PX30-µQ7 with Haikou baseboard
+ items:
+ - const: tsd,px30-ringneck-haikou
+ - const: rockchip,px30
+
- description: Theobroma Systems RK3368-uQ7 with Haikou baseboard
items:
- const: tsd,rk3368-lion-haikou
--
2.37.3


2022-09-22 13:10:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 3/3] dt-bindings: arm: rockchip: a dd Theobroma Systems PX30-µQ7 (Ringneck) with Haikou

On 22/09/2022 12:12, Quentin Schulz wrote:
> From: Quentin Schulz <[email protected]>
>
> Add entry for the Theobroma Systems PX30-µQ7 (Ringneck) with Haikou
> devkit.
>
> Signed-off-by: Quentin Schulz <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
> index 7811ba64149c..f2aa5ddb76d2 100644
> --- a/Documentation/devicetree/bindings/arm/rockchip.yaml
> +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
> @@ -658,6 +658,11 @@ properties:
> - const: rockchip,rv1108-evb
> - const: rockchip,rv1108
>
> + - description: Theobroma Systems PX30-µQ7 with Haikou baseboard
> + items:
> + - const: tsd,px30-ringneck-haikou
> + - const: rockchip,px30

This should be somewhere around other px30 systems.

Best regards,
Krzysztof