2023-07-05 14:18:14

by Christopher Obbard

[permalink] [raw]
Subject: [PATCH v1 2/3] dt-bindings: arm: rockchip: Add Radxa ROCK 4SE

Add devicetree binding entry for the Radxa ROCK 4SE.

Signed-off-by: Christopher Obbard <[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 ecdb72a519cb..3b7bf86cec02 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -694,6 +694,11 @@ properties:
- const: radxa,rock-4c-plus
- const: rockchip,rk3399

+ - description: Radxa ROCK 4SE
+ items:
+ - const: radxa,rock-4se
+ - const: rockchip,rk3399
+
- description: Radxa ROCK Pi E
items:
- const: radxa,rockpi-e
--
2.40.1



2023-07-05 15:58:34

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 2/3] dt-bindings: arm: rockchip: Add Radxa ROCK 4SE

On 05/07/2023 16:10, Christopher Obbard wrote:
> Add devicetree binding entry for the Radxa ROCK 4SE.
>
> Signed-off-by: Christopher Obbard <[email protected]>
> ---
>


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof