[PATCH 1/2] dt-bindings: arm: rockchip: correct the model name for Radxa ROCK 3A
From: Chukun Pan
Date: Thu Apr 18 2024 - 09:07:41 EST
According to https://radxa.com/products/rock3/3a,
the name of this board should be "Radxa ROCK 3A".
Also update compatible to match the model name.
Suggested-by: FUKAUMI Naoki <naoki@xxxxxxxxx>
Signed-off-by: Chukun Pan <amadeus@xxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 99bd5e2c76a0..88e9e0011953 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -772,9 +772,9 @@ properties:
- const: radxa,rock2-square
- const: rockchip,rk3288
- - description: Radxa ROCK3 Model A
+ - description: Radxa ROCK 3A
items:
- - const: radxa,rock3a
+ - const: radxa,rock-3a
- const: rockchip,rk3568
- description: Radxa ROCK 5 Model A
--
2.25.1