From: Chukun Pan <amadeus@jmu.edu.cn>
To: Heiko Stuebner <heiko@sntech.de>
Cc: Rob Herring <robh@kernel.org>, Chukun Pan <amadeus@jmu.edu.cn>,
FUKAUMI Naoki <naoki@radxa.com>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: [PATCH 1/2] dt-bindings: arm: rockchip: Add Radxa E54C
Date: Sat, 8 Aug 2026 16:00:17 +0800 [thread overview]
Message-ID: <20260808080018.1492239-2-amadeus@jmu.edu.cn> (raw)
In-Reply-To: <20260808080018.1492239-1-amadeus@jmu.edu.cn>
The Radxa E54C is a high-performance network computer developed by Radxa
based on the RK3582 SoC. Add devicetree binding documentation for it.
Link: https://radxa.com/products/network-computer/e54c
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 082df5fe2ff6..89696401e1e5 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -1005,9 +1005,11 @@ properties:
- const: radxa,e20c
- const: rockchip,rk3528
- - description: Radxa E52C
+ - description: Radxa E52C/E54C
items:
- - const: radxa,e52c
+ - enum:
+ - radxa,e52c
+ - radxa,e54c
- const: rockchip,rk3582
- const: rockchip,rk3588s
--
2.34.1
WARNING: multiple messages have this Message-ID (diff)
From: Chukun Pan <amadeus@jmu.edu.cn>
To: Heiko Stuebner <heiko@sntech.de>
Cc: Rob Herring <robh@kernel.org>, Chukun Pan <amadeus@jmu.edu.cn>,
FUKAUMI Naoki <naoki@radxa.com>,
Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: [PATCH 1/2] dt-bindings: arm: rockchip: Add Radxa E54C
Date: Sat, 8 Aug 2026 16:00:17 +0800 [thread overview]
Message-ID: <20260808080018.1492239-2-amadeus@jmu.edu.cn> (raw)
In-Reply-To: <20260808080018.1492239-1-amadeus@jmu.edu.cn>
The Radxa E54C is a high-performance network computer developed by Radxa
based on the RK3582 SoC. Add devicetree binding documentation for it.
Link: https://radxa.com/products/network-computer/e54c
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 082df5fe2ff6..89696401e1e5 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -1005,9 +1005,11 @@ properties:
- const: radxa,e20c
- const: rockchip,rk3528
- - description: Radxa E52C
+ - description: Radxa E52C/E54C
items:
- - const: radxa,e52c
+ - enum:
+ - radxa,e52c
+ - radxa,e54c
- const: rockchip,rk3582
- const: rockchip,rk3588s
--
2.34.1
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2026-08-08 8:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-08 8:00 [PATCH 0/2] arm64: dts: rockchip: Add Radxa E54C Chukun Pan
2026-08-08 8:00 ` Chukun Pan
2026-08-08 8:00 ` Chukun Pan [this message]
2026-08-08 8:00 ` [PATCH 1/2] dt-bindings: arm: " Chukun Pan
2026-08-12 22:35 ` Rob Herring (Arm)
2026-08-12 22:35 ` Rob Herring (Arm)
2026-08-08 8:00 ` [PATCH 2/2] arm64: dts: " Chukun Pan
2026-08-08 8:00 ` Chukun Pan
2026-08-08 8:12 ` sashiko-bot
2026-08-12 21:52 ` Andrew Lunn
2026-08-12 21:52 ` Andrew Lunn
2026-08-17 6:50 ` Chukun Pan
2026-08-17 6:50 ` Chukun Pan
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=20260808080018.1492239-2-amadeus@jmu.edu.cn \
--to=amadeus@jmu.edu.cn \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=naoki@radxa.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.