]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: sprd: Use recommended node names
authorRob Herring (Arm) <robh@kernel.org>
Tue, 16 Dec 2025 18:00:29 +0000 (12:00 -0600)
committerKrzysztof Kozlowski <krzk@kernel.org>
Mon, 22 Dec 2025 09:59:28 +0000 (10:59 +0100)
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>
arch/arm64/boot/dts/sprd/sc9860.dtsi
arch/arm64/boot/dts/sprd/sc9863a.dtsi
arch/arm64/boot/dts/sprd/sharkl64.dtsi
arch/arm64/boot/dts/sprd/whale2.dtsi

index 864ef0a17425c3e07178c68aa48c2a17aadc553a..765acde4867ca496cff0ef644c2efaef2a7ed395 100644 (file)
        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>;
                        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>;
                        reg = <0 0x10003000 0 0x1000>;
                        clocks = <&ext_26m>;
                        clock-names = "apb_pclk";
-                       out-ports {
+
+                       in-ports {
                                port {
                                        etb_in: endpoint {
                                                remote-endpoint =
index e97000e560e711967d2658501280bab2e1137312..31799579d7f2ef1416b003740e87c2907fa9ce60 100644 (file)
 
        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>;
                        };
                };
 
-               ap-ahb {
+               ahb {
                        compatible = "simple-bus";
                        #address-cells = <2>;
                        #size-cells = <2>;
index bf58702c4e07dcbbee527c19fdb303f586739c47..1c8c23e04136178549867143adfa3b1b735d88dd 100644 (file)
@@ -16,7 +16,7 @@
                #size-cells = <2>;
                ranges;
 
-               ap-apb {
+               apb {
                        compatible = "simple-bus";
                        #address-cells = <2>;
                        #size-cells = <2>;
index 2ecaa56001b8087ea0c0f48fb06b136930301dde..87a834d4640c3e92751c32e2abff6906f0498fa0 100644 (file)
@@ -81,7 +81,7 @@
                        #clock-cells = <1>;
                };
 
-               ap-apb@70000000 {
+               apb@70000000 {
                        compatible = "simple-bus";
                        #address-cells = <1>;
                        #size-cells = <1>;
                        };
                };
 
-               ap-ahb {
+               ahb {
                        compatible = "simple-bus";
                        #address-cells = <2>;
                        #size-cells = <2>;
                        };
                };
 
-               aon {
+               aon-bus {
                        compatible = "simple-bus";
                        #address-cells = <2>;
                        #size-cells = <2>;
                        };
                };
 
-               agcp {
+               agcp-bus {
                        compatible = "simple-bus";
                        #address-cells = <2>;
                        #size-cells = <2>;