diff options
author | 2024-04-19 18:30:18 +0800 | |
---|---|---|
committer | 2024-04-23 17:13:15 +0200 | |
commit | fac5b3381639a504cd0e8c015242622331cc7a52 (patch) | |
tree | ebd29b8604c11e5611e9611b9bb4d48ca02d9d40 | |
parent | arm64: dts: rockchip: Correct the model names for Radxa ROCK 5 boards (diff) | |
download | wireguard-linux-fac5b3381639a504cd0e8c015242622331cc7a52.tar.xz wireguard-linux-fac5b3381639a504cd0e8c015242622331cc7a52.zip |
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 <naoki@radxa.com>
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240419103019.992586-2-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 2e284ba8732d..742c1a85de4b 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -789,7 +789,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 |