Skip to content

Commit 714b5a7

Browse files
robherringkrzk
authored andcommitted
arm64: dts: sprd: Use recommended node names
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> Link: https://patch.msgid.link/20251216180029.2792676-2-robh@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 30ae131 commit 714b5a7

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

arch/arm64/boot/dts/sprd/sc9860.dtsi

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
idle-states {
116116
entry-method = "psci";
117117

118-
CORE_PD: core_pd {
118+
CORE_PD: cpu-pd {
119119
compatible = "arm,idle-state";
120120
entry-latency-us = <1000>;
121121
exit-latency-us = <700>;
@@ -124,7 +124,7 @@
124124
arm,psci-suspend-param = <0x00010002>;
125125
};
126126

127-
CLUSTER_PD: cluster_pd {
127+
CLUSTER_PD: cluster-pd {
128128
compatible = "arm,idle-state";
129129
entry-latency-us = <1000>;
130130
exit-latency-us = <1000>;
@@ -276,7 +276,8 @@
276276
reg = <0 0x10003000 0 0x1000>;
277277
clocks = <&ext_26m>;
278278
clock-names = "apb_pclk";
279-
out-ports {
279+
280+
in-ports {
280281
port {
281282
etb_in: endpoint {
282283
remote-endpoint =

arch/arm64/boot/dts/sprd/sc9863a.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
idle-states {
112112
entry-method = "psci";
113-
CORE_PD: core-pd {
113+
CORE_PD: cpu-pd {
114114
compatible = "arm,idle-state";
115115
entry-latency-us = <4000>;
116116
exit-latency-us = <4000>;
@@ -545,7 +545,7 @@
545545
};
546546
};
547547

548-
ap-ahb {
548+
ahb {
549549
compatible = "simple-bus";
550550
#address-cells = <2>;
551551
#size-cells = <2>;

arch/arm64/boot/dts/sprd/sharkl64.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#size-cells = <2>;
1717
ranges;
1818

19-
ap-apb {
19+
apb {
2020
compatible = "simple-bus";
2121
#address-cells = <2>;
2222
#size-cells = <2>;

arch/arm64/boot/dts/sprd/whale2.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
#clock-cells = <1>;
8282
};
8383

84-
ap-apb@70000000 {
84+
apb@70000000 {
8585
compatible = "simple-bus";
8686
#address-cells = <1>;
8787
#size-cells = <1>;
@@ -136,7 +136,7 @@
136136
};
137137
};
138138

139-
ap-ahb {
139+
ahb {
140140
compatible = "simple-bus";
141141
#address-cells = <2>;
142142
#size-cells = <2>;
@@ -183,7 +183,7 @@
183183
};
184184
};
185185

186-
aon {
186+
aon-bus {
187187
compatible = "simple-bus";
188188
#address-cells = <2>;
189189
#size-cells = <2>;
@@ -285,7 +285,7 @@
285285
};
286286
};
287287

288-
agcp {
288+
agcp-bus {
289289
compatible = "simple-bus";
290290
#address-cells = <2>;
291291
#size-cells = <2>;

0 commit comments

Comments
 (0)