2024-05-21 21:23:19

by Jonas Karlman

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: arm: rockchip: Add Radxa ROCK S0

Add devicetree binding for the Radxa ROCK S0 board.

Radxa ROCK S0 is a single-board computer based on the Rockchip RK3308B
SoC in an ultra-compact form factor.

Signed-off-by: Jonas Karlman <[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 51cdaabaf0d9..77469270b271 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -814,6 +814,11 @@ properties:
- const: radxa,rock-5b
- const: rockchip,rk3588

+ - description: Radxa ROCK S0
+ items:
+ - const: radxa,rock-s0
+ - const: rockchip,rk3308
+
- description: Radxa ZERO 3W/3E
items:
- enum:
--
2.43.2



2024-05-22 10:05:09

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: arm: rockchip: Add Radxa ROCK S0

On 21/05/2024 23:22, Jonas Karlman wrote:
> Add devicetree binding for the Radxa ROCK S0 board.
>
> Radxa ROCK S0 is a single-board computer based on the Rockchip RK3308B
> SoC in an ultra-compact form factor.
>
> Signed-off-by: Jonas Karlman <[email protected]>
> ---

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

Best regards,
Krzysztof