2024-04-19 10:32:24

by Chukun Pan

[permalink] [raw]
Subject: [PATCH v2 1/2] dt-bindings: arm: rockchip: correct the model name for Radxa ROCK 3A

According to https://radxa.com/products/rock3/3a,
the name of this board should be "Radxa ROCK 3A".

Suggested-by: FUKAUMI Naoki <[email protected]>
Signed-off-by: Chukun Pan <[email protected]>
Reviewed-by: Dragan Simic <[email protected]>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 99bd5e2c76a0..11f603edfb88 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -772,7 +772,7 @@ properties:
- const: radxa,rock2-square
- const: rockchip,rk3288

- - description: Radxa ROCK3 Model A
+ - description: Radxa ROCK 3A
items:
- const: radxa,rock3a
- const: rockchip,rk3568
--
2.25.1



2024-04-22 14:33:11

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: arm: rockchip: correct the model name for Radxa ROCK 3A


On Fri, 19 Apr 2024 18:30:18 +0800, Chukun Pan wrote:
> According to https://radxa.com/products/rock3/3a,
> the name of this board should be "Radxa ROCK 3A".
>
> Suggested-by: FUKAUMI Naoki <[email protected]>
> Signed-off-by: Chukun Pan <[email protected]>
> Reviewed-by: Dragan Simic <[email protected]>
> ---
> Documentation/devicetree/bindings/arm/rockchip.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Acked-by: Rob Herring (Arm) <[email protected]>