diff options
| author | FUKAUMI Naoki <naoki@radxa.com> | 2025-12-29 04:58:38 +0000 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2026-01-06 19:19:39 +0100 |
| commit | fc808f80cf298caaa403755ca808cf650844f2f5 (patch) | |
| tree | 47d06342e68e7eeed581d0f1d50f96285aa4b3ca | |
| parent | a1823b88d35f1bf04ec4e4f86b9206f699b362d0 (diff) | |
| download | linux-fc808f80cf298caaa403755ca808cf650844f2f5.tar.gz linux-fc808f80cf298caaa403755ca808cf650844f2f5.zip | |
dt-bindings: arm: rockchip: fix description for Radxa CM5
"Radxa CM5" is the correct name[1], so fix the description. While at
it, move the CM5 entry after the CM3I.
[1] https://dl.radxa.com/cm5/radxa_cm5_product_brief.pdf
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251229045838.2917-2-naoki@radxa.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 410a9715a0fc..59a7aed538b4 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -907,13 +907,6 @@ properties: - const: radxa,cm3 - const: rockchip,rk3566 - - description: Radxa Compute Module 5 (CM5) - items: - - enum: - - radxa,cm5-io - - const: radxa,cm5 - - const: rockchip,rk3588s - - description: Radxa CM3I items: - enum: @@ -921,6 +914,13 @@ properties: - const: radxa,cm3i - const: rockchip,rk3568 + - description: Radxa CM5 + items: + - enum: + - radxa,cm5-io + - const: radxa,cm5 + - const: rockchip,rk3588s + - description: Radxa E20C items: - const: radxa,e20c |
