Commit f3ca1580 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Matthias Brugger
Browse files

arm64: dts: mt8186: Change idle states names to reflect actual function



The names of the idle states are misleading being this a single cluster
SoC, a cluster-off idle state is impossible!

After some research in ATF, it emerged that the cpu-off state is in
reality putting CPUs in retention state, while the cluster-off one
is turning off the CPUs.

Summarizing renaming:
 - cpu-off -> cpu-retention
 - cluster-off -> cpu-off

Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230126103526.417039-6-angelogioacchino.delregno@collabora.com


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 66fe2431
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ cpu0: cpu@0 {
			enable-method = "psci";
			clock-frequency = <2000000000>;
			capacity-dmips-mhz = <382>;
			cpu-idle-states = <&cpu_off_l &cluster_off_l>;
			cpu-idle-states = <&cpu_ret_l &cpu_off_l>;
			i-cache-size = <32768>;
			i-cache-line-size = <64>;
			i-cache-sets = <128>;
@@ -84,7 +84,7 @@ cpu1: cpu@100 {
			enable-method = "psci";
			clock-frequency = <2000000000>;
			capacity-dmips-mhz = <382>;
			cpu-idle-states = <&cpu_off_l &cluster_off_l>;
			cpu-idle-states = <&cpu_ret_l &cpu_off_l>;
			i-cache-size = <32768>;
			i-cache-line-size = <64>;
			i-cache-sets = <128>;
@@ -102,7 +102,7 @@ cpu2: cpu@200 {
			enable-method = "psci";
			clock-frequency = <2000000000>;
			capacity-dmips-mhz = <382>;
			cpu-idle-states = <&cpu_off_l &cluster_off_l>;
			cpu-idle-states = <&cpu_ret_l &cpu_off_l>;
			i-cache-size = <32768>;
			i-cache-line-size = <64>;
			i-cache-sets = <128>;
@@ -120,7 +120,7 @@ cpu3: cpu@300 {
			enable-method = "psci";
			clock-frequency = <2000000000>;
			capacity-dmips-mhz = <382>;
			cpu-idle-states = <&cpu_off_l &cluster_off_l>;
			cpu-idle-states = <&cpu_ret_l &cpu_off_l>;
			i-cache-size = <32768>;
			i-cache-line-size = <64>;
			i-cache-sets = <128>;
@@ -138,7 +138,7 @@ cpu4: cpu@400 {
			enable-method = "psci";
			clock-frequency = <2000000000>;
			capacity-dmips-mhz = <382>;
			cpu-idle-states = <&cpu_off_l &cluster_off_l>;
			cpu-idle-states = <&cpu_ret_l &cpu_off_l>;
			i-cache-size = <32768>;
			i-cache-line-size = <64>;
			i-cache-sets = <128>;
@@ -156,7 +156,7 @@ cpu5: cpu@500 {
			enable-method = "psci";
			clock-frequency = <2000000000>;
			capacity-dmips-mhz = <382>;
			cpu-idle-states = <&cpu_off_l &cluster_off_l>;
			cpu-idle-states = <&cpu_ret_l &cpu_off_l>;
			i-cache-size = <32768>;
			i-cache-line-size = <64>;
			i-cache-sets = <128>;
@@ -174,7 +174,7 @@ cpu6: cpu@600 {
			enable-method = "psci";
			clock-frequency = <2050000000>;
			capacity-dmips-mhz = <1024>;
			cpu-idle-states = <&cpu_off_b &cluster_off_b>;
			cpu-idle-states = <&cpu_ret_b &cpu_off_b>;
			i-cache-size = <65536>;
			i-cache-line-size = <64>;
			i-cache-sets = <256>;
@@ -192,7 +192,7 @@ cpu7: cpu@700 {
			enable-method = "psci";
			clock-frequency = <2050000000>;
			capacity-dmips-mhz = <1024>;
			cpu-idle-states = <&cpu_off_b &cluster_off_b>;
			cpu-idle-states = <&cpu_ret_b &cpu_off_b>;
			i-cache-size = <65536>;
			i-cache-line-size = <64>;
			i-cache-sets = <256>;
@@ -206,7 +206,7 @@ cpu7: cpu@700 {
		idle-states {
			entry-method = "psci";

			cpu_off_l: cpu-off-l {
			cpu_ret_l: cpu-retention-l {
				compatible = "arm,idle-state";
				arm,psci-suspend-param = <0x00010001>;
				local-timer-stop;
@@ -215,7 +215,7 @@ cpu_off_l: cpu-off-l {
				min-residency-us = <1600>;
			};

			cpu_off_b: cpu-off-b {
			cpu_ret_b: cpu-retention-b {
				compatible = "arm,idle-state";
				arm,psci-suspend-param = <0x00010001>;
				local-timer-stop;
@@ -224,7 +224,7 @@ cpu_off_b: cpu-off-b {
				min-residency-us = <1400>;
			};

			cluster_off_l: cluster-off-l {
			cpu_off_l: cpu-off-l {
				compatible = "arm,idle-state";
				arm,psci-suspend-param = <0x01010001>;
				local-timer-stop;
@@ -233,7 +233,7 @@ cluster_off_l: cluster-off-l {
				min-residency-us = <2100>;
			};

			cluster_off_b: cluster-off-b {
			cpu_off_b: cpu-off-b {
				compatible = "arm,idle-state";
				arm,psci-suspend-param = <0x01010001>;
				local-timer-stop;