arm64: dts: fsl: update the cpu idle node
authorYuantian Tang <andy.tang@nxp.com>
Thu, 8 Feb 2018 07:54:36 +0000 (15:54 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Feb 2018 07:10:05 +0000 (15:10 +0800)
According to PSCI standard v0.2, for CPU_SUSPEND call, which is
used by cpu idle framework, bit[16] of state parameter must be 0.
So update bit[16] of property 'arm,psci-suspend-param', which is
used as state parameter, to 0.

Signed-off-by: Tang Yuantian <andy.tang@nxp.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi

index d79d8fea1bb3cf5ba8e34bf59caa7ca0f5fad0cf..bb788eddf9f4e8cc0493c62279745f6475ec6250 100644 (file)
@@ -84,7 +84,7 @@
                CPU_PH20: cpu-ph20 {
                        compatible = "arm,idle-state";
                        idle-state-name = "PH20";
-                       arm,psci-suspend-param = <0x00010000>;
+                       arm,psci-suspend-param = <0x0>;
                        entry-latency-us = <1000>;
                        exit-latency-us = <1000>;
                        min-residency-us = <3000>;
index beb3c3500ed66e8a2c561ba147d60676453bcfab..1109f22bda5e5aa1cc8335cd532174a37342e057 100644 (file)
                CPU_PH20: cpu-ph20 {
                        compatible = "arm,idle-state";
                        idle-state-name = "PH20";
-                       arm,psci-suspend-param = <0x00010000>;
+                       arm,psci-suspend-param = <0x0>;
                        entry-latency-us = <1000>;
                        exit-latency-us = <1000>;
                        min-residency-us = <3000>;
index 3f8b62010c7c6e77c3d996c19392cd3192938f01..606ea496f24e28c235f1318c33fb452c66675cd2 100644 (file)
                CPU_PH20: cpu-ph20 {
                        compatible = "arm,idle-state";
                        idle-state-name = "PH20";
-                       arm,psci-suspend-param = <0x00010000>;
+                       arm,psci-suspend-param = <0x0>;
                        entry-latency-us = <1000>;
                        exit-latency-us = <1000>;
                        min-residency-us = <3000>;
index 12ffa584d173eb5f0235a4b20239860a142eb806..1c6556bcfddf83375de077c69a00625aa05f2403 100644 (file)
                CPU_PH20: cpu-ph20 {
                        compatible = "arm,idle-state";
                        idle-state-name = "PH20";
-                       arm,psci-suspend-param = <0x00010000>;
+                       arm,psci-suspend-param = <0x0>;
                        entry-latency-us = <1000>;
                        exit-latency-us = <1000>;
                        min-residency-us = <3000>;
index aeaef01d375fef26012341ba7e7c81e3ffcb47d9..0884e1a7790111b0b55d535da3bc6081327f493e 100644 (file)
        CPU_PW20: cpu-pw20 {
                compatible = "arm,idle-state";
                idle-state-name = "PW20";
-               arm,psci-suspend-param = <0x00010000>;
+               arm,psci-suspend-param = <0x0>;
                entry-latency-us = <2000>;
                exit-latency-us = <2000>;
                min-residency-us = <6000>;