ARM: dts: msm: Add psci node and change enable method on sun

Add the psci node and change the cpu enable method to psci
on the sun SoC.

Change-Id: I86f747a87169172ac215885c6de0e19be921f99f
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
Melody Olvera
2023-06-29 15:52:38 -07:00
parent 8aea2d5fc7
commit 9f2ed04bf3

View File

@@ -45,8 +45,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x0>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_0>;
L2_0: l2-cache {
compatible = "arm,arch-cache";
@@ -58,8 +57,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x100>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_0>;
};
@@ -67,8 +65,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x200>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_0>;
};
@@ -76,8 +73,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x300>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_0>;
};
@@ -85,8 +81,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x400>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_0>;
};
@@ -94,8 +89,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x500>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_0>;
};
@@ -103,8 +97,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x10000>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_6>;
L2_6: l2-cache {
compatible = "arm,arch-cache";
@@ -116,8 +109,7 @@
device_type = "cpu";
compatible = "arm,armv8";
reg = <0x0 0x10100>;
enable-method = "spin-table";
cpu-release-addr = <0x0 0x90000000>;
enable-method = "psci";
next-level-cache = <&L2_6>;
};
@@ -737,6 +729,11 @@
compatible = "qcom,stub-regulator";
regulator-name = "video_cc_mvs0c_gdsc";
};
psci {
compatible = "arm,psci-1.0";
method = "smc";
};
};
&reserved_memory {