Commit e48919dc authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson

ARM: dts: qcom: include cpu in idle-state node names

Required for dt-schema validation.
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20231202234832.155306-2-david@ixit.czSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 9a505a05
......@@ -87,7 +87,7 @@ L2: l2-cache {
};
idle-states {
CPU_SPC: spc {
CPU_SPC: cpu-spc {
compatible = "qcom,idle-state-spc",
"arm,idle-state";
entry-latency-us = <400>;
......
......@@ -79,7 +79,7 @@ L2: l2-cache {
};
idle-states {
CPU_SPC: spc {
CPU_SPC: cpu-spc {
compatible = "qcom,idle-state-spc",
"arm,idle-state";
entry-latency-us = <150>;
......
......@@ -85,7 +85,7 @@ L2: l2-cache {
};
idle-states {
CPU_SPC: spc {
CPU_SPC: cpu-spc {
compatible = "qcom,idle-state-spc",
"arm,idle-state";
entry-latency-us = <150>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment