From: FUKAUMI Naoki <naoki@radxa.com>
To: heiko@sntech.de
Cc: robh@kernel.org, conor+dt@kernel.org, inindev@gmail.com,
liujianfeng1994@gmail.com, jonas@kwiboo.se, dmt.yashin@gmail.com,
sebastian.reichel@collabora.com, tim@feathertop.org,
kever.yang@rock-chips.com, marcin.juszkiewicz@linaro.org,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
alchark@gmail.com, michael.riesch@wolfvision.net,
macromorgan@hotmail.com, FUKAUMI Naoki <naoki@radxa.com>,
krzk+dt@kernel.org, dsimic@manjaro.org
Subject: [PATCH 1/3] dt-bindings: arm: rockchip: Add Radxa ROCK 5B+
Date: Tue, 24 Dec 2024 21:09:10 +0000 [thread overview]
Message-ID: <20241224210912.2121-2-naoki@radxa.com> (raw)
In-Reply-To: <20241224210912.2121-1-naoki@radxa.com>
Add devicetree binding for the Radxa ROCK 5B+.
The Radxa ROCK 5B+ is an upgraded version of the ROCK 5B based on the
Rockchip RK3588 SoC.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 753199a12923..df959dbfa9eb 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -895,6 +895,11 @@ properties:
- const: radxa,rock-5b
- const: rockchip,rk3588
+ - description: Radxa ROCK 5B+
+ items:
+ - const: radxa,rock-5b-plus
+ - const: rockchip,rk3588
+
- description: Radxa ROCK 5C
items:
- const: radxa,rock-5c
--
2.43.0
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: FUKAUMI Naoki <naoki@radxa.com>
To: heiko@sntech.de
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
dsimic@manjaro.org, jonas@kwiboo.se, macromorgan@hotmail.com,
liujianfeng1994@gmail.com, dmt.yashin@gmail.com,
tim@feathertop.org, marcin.juszkiewicz@linaro.org,
michael.riesch@wolfvision.net, sebastian.reichel@collabora.com,
alchark@gmail.com, inindev@gmail.com, kever.yang@rock-chips.com,
cristian.ciocaltea@collabora.com, devicetree@vger.kernel.org,
linux-rockchip@lists.infradead.org,
FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH 1/3] dt-bindings: arm: rockchip: Add Radxa ROCK 5B+
Date: Tue, 24 Dec 2024 21:09:10 +0000 [thread overview]
Message-ID: <20241224210912.2121-2-naoki@radxa.com> (raw)
In-Reply-To: <20241224210912.2121-1-naoki@radxa.com>
Add devicetree binding for the Radxa ROCK 5B+.
The Radxa ROCK 5B+ is an upgraded version of the ROCK 5B based on the
Rockchip RK3588 SoC.
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index 753199a12923..df959dbfa9eb 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -895,6 +895,11 @@ properties:
- const: radxa,rock-5b
- const: rockchip,rk3588
+ - description: Radxa ROCK 5B+
+ items:
+ - const: radxa,rock-5b-plus
+ - const: rockchip,rk3588
+
- description: Radxa ROCK 5C
items:
- const: radxa,rock-5c
--
2.43.0
next prev parent reply other threads:[~2024-12-24 21:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 21:09 [PATCH 0/3] arm64: dts: rockchip: Add Radxa ROCK 5B+ and rebase Radxa ROCK 5B FUKAUMI Naoki
2024-12-24 21:09 ` FUKAUMI Naoki
2024-12-24 21:09 ` FUKAUMI Naoki [this message]
2024-12-24 21:09 ` [PATCH 1/3] dt-bindings: arm: rockchip: Add Radxa ROCK 5B+ FUKAUMI Naoki
2024-12-24 21:09 ` [PATCH 2/3] arm64: dts: " FUKAUMI Naoki
2024-12-24 21:09 ` FUKAUMI Naoki
2024-12-24 21:09 ` [PATCH 3/3] arm64: dts: rockchip: Convert Radxa ROCK 5B to use shared .dtsi FUKAUMI Naoki
2024-12-24 21:09 ` FUKAUMI Naoki
2024-12-25 8:32 ` [PATCH 0/3] arm64: dts: rockchip: Add Radxa ROCK 5B+ and rebase Radxa ROCK 5B Alexey Charkov
2024-12-25 8:32 ` Alexey Charkov
2024-12-25 9:35 ` Dragan Simic
2024-12-25 9:35 ` Dragan Simic
2024-12-25 10:09 ` FUKAUMI Naoki
2024-12-25 10:09 ` FUKAUMI Naoki
2024-12-25 10:25 ` Dragan Simic
2024-12-25 10:25 ` Dragan Simic
2024-12-26 0:41 ` FUKAUMI Naoki
2024-12-26 0:41 ` FUKAUMI Naoki
2024-12-27 15:18 ` Rob Herring (Arm)
2024-12-27 15:18 ` Rob Herring (Arm)
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=20241224210912.2121-2-naoki@radxa.com \
--to=naoki@radxa.com \
--cc=alchark@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmt.yashin@gmail.com \
--cc=dsimic@manjaro.org \
--cc=heiko@sntech.de \
--cc=inindev@gmail.com \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=krzk+dt@kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=liujianfeng1994@gmail.com \
--cc=macromorgan@hotmail.com \
--cc=marcin.juszkiewicz@linaro.org \
--cc=michael.riesch@wolfvision.net \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=tim@feathertop.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.