arm64: dts: qcom: sm6375: drop incorrect domain idle states properties
Domain idle states do not use 'idle-state-name' and 'local-timer-stop': sm6375-sony-xperia-murray-pdx225.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name', 'local-timer-stop' do not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/all/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-4-3ead1e418fe4@linaro.org/ Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230324073813.22158-3-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
1766e9155d
commit
ac7944f01b
|
@ -258,12 +258,10 @@
|
||||||
domain-idle-states {
|
domain-idle-states {
|
||||||
CLUSTER_SLEEP_0: cluster-sleep-0 {
|
CLUSTER_SLEEP_0: cluster-sleep-0 {
|
||||||
compatible = "domain-idle-state";
|
compatible = "domain-idle-state";
|
||||||
idle-state-name = "cluster-power-collapse";
|
|
||||||
arm,psci-suspend-param = <0x41000044>;
|
arm,psci-suspend-param = <0x41000044>;
|
||||||
entry-latency-us = <2752>;
|
entry-latency-us = <2752>;
|
||||||
exit-latency-us = <3048>;
|
exit-latency-us = <3048>;
|
||||||
min-residency-us = <6118>;
|
min-residency-us = <6118>;
|
||||||
local-timer-stop;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue