MLK-15008-3 ARM64: dts: freescale: imx8: remove local-timer-stop flag
authorAnson Huang <Anson.Huang@nxp.com>
Mon, 5 Jun 2017 16:16:31 +0000 (00:16 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:31 +0000 (15:22 -0500)
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>
arch/arm64/boot/dts/freescale/fsl-imx8-ca53.dtsi
arch/arm64/boot/dts/freescale/fsl-imx8-ca72.dtsi

index 322c7f5..b1a4e4f 100644 (file)
@@ -23,7 +23,6 @@
 
                        CPU_SLEEP: cpu-sleep {
                                compatible = "arm,idle-state";
-                               local-timer-stop;
                                arm,psci-suspend-param = <0x0000000>;
                                entry-latency-us = <700>;
                                exit-latency-us = <250>;
@@ -32,7 +31,6 @@
 
                        CLUSTER_SLEEP: cluster-sleep {
                                compatible = "arm,idle-state";
-                               local-timer-stop;
                                arm,psci-suspend-param = <0x1000000>;
                                entry-latency-us = <1000>;
                                exit-latency-us = <700>;
index 025db05..944c160 100644 (file)
@@ -24,7 +24,6 @@
 
                        CPU_SLEEP: cpu-sleep {
                                compatible = "arm,idle-state";
-                               local-timer-stop;
                                arm,psci-suspend-param = <0x0000000>;
                                entry-latency-us = <700>;
                                exit-latency-us = <250>;
@@ -33,7 +32,6 @@
 
                        CLUSTER_SLEEP: cluster-sleep {
                                compatible = "arm,idle-state";
-                               local-timer-stop;
                                arm,psci-suspend-param = <0x1000000>;
                                entry-latency-us = <1000>;
                                exit-latency-us = <700>;