On i.MX8QM, as there is no SoC platform broadcast timer
available now, remove the local-timer-stop flag for
cpu-idle driver.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
CPU_SLEEP: cpu-sleep {
compatible = "arm,idle-state";
- local-timer-stop;
arm,psci-suspend-param = <0x0000000>;
entry-latency-us = <700>;
exit-latency-us = <250>;
CLUSTER_SLEEP: cluster-sleep {
compatible = "arm,idle-state";
- local-timer-stop;
arm,psci-suspend-param = <0x1000000>;
entry-latency-us = <1000>;
exit-latency-us = <700>;
CPU_SLEEP: cpu-sleep {
compatible = "arm,idle-state";
- local-timer-stop;
arm,psci-suspend-param = <0x0000000>;
entry-latency-us = <700>;
exit-latency-us = <250>;
CLUSTER_SLEEP: cluster-sleep {
compatible = "arm,idle-state";
- local-timer-stop;
arm,psci-suspend-param = <0x1000000>;
entry-latency-us = <1000>;
exit-latency-us = <700>;