From: "Rob Herring (Arm)" <robh@kernel.org>
To: soc@kernel.org, Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Orson Zhai <orsonzhai@gmail.com>,
Baolin Wang <baolin.wang@linux.alibaba.com>,
Chunyan Zhang <zhang.lyra@gmail.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] arm64: dts: sprd: Use recommended node names
Date: Tue, 16 Dec 2025 12:00:29 -0600 [thread overview]
Message-ID: <20251216180029.2792676-2-robh@kernel.org> (raw)
Update Spreadtrum platforms node name to the recommended standard node
names. Generally, node names and paths aren't considered ABI, so it
is safe to change them.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
SoC maintainers, Please take this directly.
arch/arm64/boot/dts/sprd/sc9860.dtsi | 7 ++++---
arch/arm64/boot/dts/sprd/sc9863a.dtsi | 4 ++--
arch/arm64/boot/dts/sprd/sharkl64.dtsi | 2 +-
arch/arm64/boot/dts/sprd/whale2.dtsi | 8 ++++----
4 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/arch/arm64/boot/dts/sprd/sc9860.dtsi b/arch/arm64/boot/dts/sprd/sc9860.dtsi
index 864ef0a17425..765acde4867c 100644
--- a/arch/arm64/boot/dts/sprd/sc9860.dtsi
+++ b/arch/arm64/boot/dts/sprd/sc9860.dtsi
@@ -115,7 +115,7 @@ CPU7: cpu@530103 {
idle-states {
entry-method = "psci";
- CORE_PD: core_pd {
+ CORE_PD: cpu-pd {
compatible = "arm,idle-state";
entry-latency-us = <1000>;
exit-latency-us = <700>;
@@ -124,7 +124,7 @@ CORE_PD: core_pd {
arm,psci-suspend-param = <0x00010002>;
};
- CLUSTER_PD: cluster_pd {
+ CLUSTER_PD: cluster-pd {
compatible = "arm,idle-state";
entry-latency-us = <1000>;
exit-latency-us = <1000>;
@@ -276,7 +276,8 @@ etb@10003000 {
reg = <0 0x10003000 0 0x1000>;
clocks = <&ext_26m>;
clock-names = "apb_pclk";
- out-ports {
+
+ in-ports {
port {
etb_in: endpoint {
remote-endpoint =
diff --git a/arch/arm64/boot/dts/sprd/sc9863a.dtsi b/arch/arm64/boot/dts/sprd/sc9863a.dtsi
index e97000e560e7..31799579d7f2 100644
--- a/arch/arm64/boot/dts/sprd/sc9863a.dtsi
+++ b/arch/arm64/boot/dts/sprd/sc9863a.dtsi
@@ -110,7 +110,7 @@ CPU7: cpu@700 {
idle-states {
entry-method = "psci";
- CORE_PD: core-pd {
+ CORE_PD: cpu-pd {
compatible = "arm,idle-state";
entry-latency-us = <4000>;
exit-latency-us = <4000>;
@@ -545,7 +545,7 @@ etm7_out: endpoint {
};
};
- ap-ahb {
+ ahb {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
diff --git a/arch/arm64/boot/dts/sprd/sharkl64.dtsi b/arch/arm64/boot/dts/sprd/sharkl64.dtsi
index bf58702c4e07..1c8c23e04136 100644
--- a/arch/arm64/boot/dts/sprd/sharkl64.dtsi
+++ b/arch/arm64/boot/dts/sprd/sharkl64.dtsi
@@ -16,7 +16,7 @@ soc {
#size-cells = <2>;
ranges;
- ap-apb {
+ apb {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
diff --git a/arch/arm64/boot/dts/sprd/whale2.dtsi b/arch/arm64/boot/dts/sprd/whale2.dtsi
index 2ecaa56001b8..87a834d4640c 100644
--- a/arch/arm64/boot/dts/sprd/whale2.dtsi
+++ b/arch/arm64/boot/dts/sprd/whale2.dtsi
@@ -81,7 +81,7 @@ apapb_gate: clock-controller@70b00000 {
#clock-cells = <1>;
};
- ap-apb@70000000 {
+ apb@70000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
@@ -136,7 +136,7 @@ uart3: serial@300000 {
};
};
- ap-ahb {
+ ahb {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
@@ -183,7 +183,7 @@ sdio3: mmc@50430000 {
};
};
- aon {
+ aon-bus {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
@@ -285,7 +285,7 @@ watchdog@40310000 {
};
};
- agcp {
+ agcp-bus {
compatible = "simple-bus";
#address-cells = <2>;
#size-cells = <2>;
--
2.51.0
next reply other threads:[~2025-12-16 18:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-16 18:00 Rob Herring (Arm) [this message]
2025-12-22 10:02 ` [PATCH] arm64: dts: sprd: Use recommended node names Krzysztof Kozlowski
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=20251216180029.2792676-2-robh@kernel.org \
--to=robh@kernel.org \
--cc=baolin.wang@linux.alibaba.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=orsonzhai@gmail.com \
--cc=soc@kernel.org \
--cc=zhang.lyra@gmail.com \
/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