mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 05:24:47 +08:00
arm64: dts: mt8192: Fix idle-states nodes naming scheme
[ Upstream commit399e23ad51
] Tweak the name of the idle-states subnodes so that they follow the binding pattern, getting rid of dtbs_check warnings. Only the usage of "-" in the name was necessary, but "off" was also exchanged for "sleep" since that seems to be a more common wording in other dts files. Fixes:9260918d3a
("arm64: dts: mt8192: Add cpu-idle-states") Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20220617233150.2466344-2-nfraprado@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
e505414938
commit
2fe4c39aa3
@ -39,7 +39,7 @@
|
||||
reg = <0x000>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <1701000000>;
|
||||
cpu-idle-states = <&cpuoff_l &clusteroff_l>;
|
||||
cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>;
|
||||
next-level-cache = <&l2_0>;
|
||||
capacity-dmips-mhz = <530>;
|
||||
};
|
||||
@ -50,7 +50,7 @@
|
||||
reg = <0x100>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <1701000000>;
|
||||
cpu-idle-states = <&cpuoff_l &clusteroff_l>;
|
||||
cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>;
|
||||
next-level-cache = <&l2_0>;
|
||||
capacity-dmips-mhz = <530>;
|
||||
};
|
||||
@ -61,7 +61,7 @@
|
||||
reg = <0x200>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <1701000000>;
|
||||
cpu-idle-states = <&cpuoff_l &clusteroff_l>;
|
||||
cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>;
|
||||
next-level-cache = <&l2_0>;
|
||||
capacity-dmips-mhz = <530>;
|
||||
};
|
||||
@ -72,7 +72,7 @@
|
||||
reg = <0x300>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <1701000000>;
|
||||
cpu-idle-states = <&cpuoff_l &clusteroff_l>;
|
||||
cpu-idle-states = <&cpu_sleep_l &cluster_sleep_l>;
|
||||
next-level-cache = <&l2_0>;
|
||||
capacity-dmips-mhz = <530>;
|
||||
};
|
||||
@ -83,7 +83,7 @@
|
||||
reg = <0x400>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <2171000000>;
|
||||
cpu-idle-states = <&cpuoff_b &clusteroff_b>;
|
||||
cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>;
|
||||
next-level-cache = <&l2_1>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
};
|
||||
@ -94,7 +94,7 @@
|
||||
reg = <0x500>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <2171000000>;
|
||||
cpu-idle-states = <&cpuoff_b &clusteroff_b>;
|
||||
cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>;
|
||||
next-level-cache = <&l2_1>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
};
|
||||
@ -105,7 +105,7 @@
|
||||
reg = <0x600>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <2171000000>;
|
||||
cpu-idle-states = <&cpuoff_b &clusteroff_b>;
|
||||
cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>;
|
||||
next-level-cache = <&l2_1>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
};
|
||||
@ -116,7 +116,7 @@
|
||||
reg = <0x700>;
|
||||
enable-method = "psci";
|
||||
clock-frequency = <2171000000>;
|
||||
cpu-idle-states = <&cpuoff_b &clusteroff_b>;
|
||||
cpu-idle-states = <&cpu_sleep_b &cluster_sleep_b>;
|
||||
next-level-cache = <&l2_1>;
|
||||
capacity-dmips-mhz = <1024>;
|
||||
};
|
||||
@ -169,7 +169,7 @@
|
||||
|
||||
idle-states {
|
||||
entry-method = "arm,psci";
|
||||
cpuoff_l: cpuoff_l {
|
||||
cpu_sleep_l: cpu-sleep-l {
|
||||
compatible = "arm,idle-state";
|
||||
arm,psci-suspend-param = <0x00010001>;
|
||||
local-timer-stop;
|
||||
@ -177,7 +177,7 @@
|
||||
exit-latency-us = <140>;
|
||||
min-residency-us = <780>;
|
||||
};
|
||||
cpuoff_b: cpuoff_b {
|
||||
cpu_sleep_b: cpu-sleep-b {
|
||||
compatible = "arm,idle-state";
|
||||
arm,psci-suspend-param = <0x00010001>;
|
||||
local-timer-stop;
|
||||
@ -185,7 +185,7 @@
|
||||
exit-latency-us = <145>;
|
||||
min-residency-us = <720>;
|
||||
};
|
||||
clusteroff_l: clusteroff_l {
|
||||
cluster_sleep_l: cluster-sleep-l {
|
||||
compatible = "arm,idle-state";
|
||||
arm,psci-suspend-param = <0x01010002>;
|
||||
local-timer-stop;
|
||||
@ -193,7 +193,7 @@
|
||||
exit-latency-us = <155>;
|
||||
min-residency-us = <860>;
|
||||
};
|
||||
clusteroff_b: clusteroff_b {
|
||||
cluster_sleep_b: cluster-sleep-b {
|
||||
compatible = "arm,idle-state";
|
||||
arm,psci-suspend-param = <0x01010002>;
|
||||
local-timer-stop;
|
||||
|
Loading…
Reference in New Issue
Block a user