From: FUKAUMI Naoki <naoki@radxa.com>
To: heiko@sntech.de
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
jonas@kwiboo.se, dsimic@manjaro.org, amadeus@jmu.edu.cn,
devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH 4/5] dt-bindings: arm: rockchip: Reorder the Radxa board entries
Date: Mon, 27 Oct 2025 12:26:40 +0000 [thread overview]
Message-ID: <20251027122641.39396-5-naoki@radxa.com> (raw)
In-Reply-To: <20251027122641.39396-1-naoki@radxa.com>
Reorder the Radxa board entries alphanumerically, with the following
exceptions:
- Place "Rock2 Square" immediately after "Rock".
- Place "ROCK Pi N10" immediately after "ROCK Pi N8".
- Treat "Compute Module 3" as "CM3" for sorting purposes.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
.../devicetree/bindings/arm/rockchip.yaml | 112 +++++++++---------
1 file changed, 56 insertions(+), 56 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 70be7966f4d3e..eef2b8061101b 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -918,6 +918,11 @@ properties:
- const: radxa,rock
- const: rockchip,rk3188
+ - description: Radxa Rock2 Square
+ items:
+ - const: radxa,rock2-square
+ - const: rockchip,rk3288
+
- description: Radxa ROCK 2A/2F
items:
- enum:
@@ -925,16 +930,20 @@ properties:
- radxa,rock-2f
- const: rockchip,rk3528
- - description: Radxa ROCK Pi 4A/A+/B/B+/C
+ - description: Radxa ROCK 3A
items:
- - enum:
- - radxa,rockpi4a
- - radxa,rockpi4a-plus
- - radxa,rockpi4b
- - radxa,rockpi4b-plus
- - radxa,rockpi4c
- - const: radxa,rockpi4
- - const: rockchip,rk3399
+ - const: radxa,rock3a
+ - const: rockchip,rk3568
+
+ - description: Radxa ROCK 3B
+ items:
+ - const: radxa,rock-3b
+ - const: rockchip,rk3568
+
+ - description: Radxa ROCK 3C
+ items:
+ - const: radxa,rock-3c
+ - const: rockchip,rk3566
- description: Radxa ROCK 4C+
items:
@@ -951,48 +960,6 @@ properties:
- const: radxa,rock-4se
- const: rockchip,rk3399
- - description: Radxa ROCK Pi E
- items:
- - const: radxa,rockpi-e
- - const: rockchip,rk3328
-
- - description: Radxa ROCK Pi N8
- items:
- - const: radxa,rockpi-n8
- - const: vamrs,rk3288-vmarc-som
- - const: rockchip,rk3288
-
- - description: Radxa ROCK Pi N10
- items:
- - const: radxa,rockpi-n10
- - const: vamrs,rk3399pro-vmarc-som
- - const: rockchip,rk3399pro
-
- - description: Radxa ROCK Pi S
- items:
- - const: radxa,rockpis
- - const: rockchip,rk3308
-
- - description: Radxa Rock2 Square
- items:
- - const: radxa,rock2-square
- - const: rockchip,rk3288
-
- - description: Radxa ROCK 3A
- items:
- - const: radxa,rock3a
- - const: rockchip,rk3568
-
- - description: Radxa ROCK 3B
- items:
- - const: radxa,rock-3b
- - const: rockchip,rk3568
-
- - description: Radxa ROCK 3C
- items:
- - const: radxa,rock-3c
- - const: rockchip,rk3566
-
- description: Radxa ROCK 5 ITX
items:
- const: radxa,rock-5-itx
@@ -1018,16 +985,49 @@ properties:
- const: radxa,rock-5c
- const: rockchip,rk3588s
- - description: Radxa ROCK S0
- items:
- - const: radxa,rock-s0
- - const: rockchip,rk3308
-
- description: Radxa ROCK 5T
items:
- const: radxa,rock-5t
- const: rockchip,rk3588
+ - description: Radxa ROCK Pi 4A/A+/B/B+/C
+ items:
+ - enum:
+ - radxa,rockpi4a
+ - radxa,rockpi4a-plus
+ - radxa,rockpi4b
+ - radxa,rockpi4b-plus
+ - radxa,rockpi4c
+ - const: radxa,rockpi4
+ - const: rockchip,rk3399
+
+ - description: Radxa ROCK Pi E
+ items:
+ - const: radxa,rockpi-e
+ - const: rockchip,rk3328
+
+ - description: Radxa ROCK Pi N8
+ items:
+ - const: radxa,rockpi-n8
+ - const: vamrs,rk3288-vmarc-som
+ - const: rockchip,rk3288
+
+ - description: Radxa ROCK Pi N10
+ items:
+ - const: radxa,rockpi-n10
+ - const: vamrs,rk3399pro-vmarc-som
+ - const: rockchip,rk3399pro
+
+ - description: Radxa ROCK Pi S
+ items:
+ - const: radxa,rockpis
+ - const: rockchip,rk3308
+
+ - description: Radxa ROCK S0
+ items:
+ - const: radxa,rock-s0
+ - const: rockchip,rk3308
+
- description: Radxa ZERO 3E/3W
items:
- enum:
--
2.43.0
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-10-27 12:27 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-27 12:26 [PATCH 0/5] dt-bindings: arm: rockchip: Improve descriptions of Radxa boards FUKAUMI Naoki
2025-10-27 12:26 ` [PATCH 1/5] dt-bindings: arm: rockchip: Fix description for Radxa Rock2 Square FUKAUMI Naoki
2025-10-27 19:06 ` Krzysztof Kozlowski
2025-10-27 12:26 ` [PATCH 2/5] dt-bindings: arm: rockchip: Fix description for Radxa ZERO 3E/3W FUKAUMI Naoki
2025-10-27 19:06 ` Krzysztof Kozlowski
2025-10-27 12:26 ` [PATCH 3/5] dt-bindings: arm: rockchip: Fix description for Radxa CM3I FUKAUMI Naoki
2025-10-27 19:07 ` Krzysztof Kozlowski
2025-10-27 22:26 ` FUKAUMI Naoki
2025-10-27 12:26 ` FUKAUMI Naoki [this message]
2025-10-27 19:08 ` [PATCH 4/5] dt-bindings: arm: rockchip: Reorder the Radxa board entries Krzysztof Kozlowski
2025-10-27 22:30 ` FUKAUMI Naoki
2025-10-28 7:26 ` Krzysztof Kozlowski
2025-10-28 7:29 ` FUKAUMI Naoki
2025-10-28 8:57 ` Krzysztof Kozlowski
2025-10-28 9:10 ` FUKAUMI Naoki
2025-10-27 12:26 ` [PATCH 5/5] dt-bindings: arm: rockchip: Add Radxa ROCK 5 ITX+ FUKAUMI Naoki
2025-10-27 19:09 ` Krzysztof Kozlowski
2025-10-27 22:45 ` FUKAUMI Naoki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251027122641.39396-5-naoki@radxa.com \
--to=naoki@radxa.com \
--cc=amadeus@jmu.edu.cn \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dsimic@manjaro.org \
--cc=heiko@sntech.de \
--cc=jonas@kwiboo.se \
--cc=krzk+dt@kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox