mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
ARM: dts: qcom: include cpu in idle-state node names
Required for dt-schema validation. Signed-off-by: David Heidelberg <david@ixit.cz> Link: https://lore.kernel.org/r/20231202234832.155306-2-david@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
9a505a05d0
commit
e48919dc1e
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user