OSDN Git Service

arm64: dts: Fix leftover entry-methods for PSCI
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 22 Mar 2020 11:58:46 +0000 (12:58 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 25 Mar 2020 13:27:22 +0000 (14:27 +0100)
These two device trees were either missed or added after
the commit correcting the "entry-method" from
"arm,psci" to just "psci" as per the binding.

Link: https://lore.kernel.org/r/20200322115846.16265-1-linus.walleij@linaro.org
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chunyan Zhang <chunyan.zhang@unisoc.com>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
arch/arm64/boot/dts/sprd/sc9863a.dtsi

index 0bf375e..55b71bb 100644 (file)
@@ -53,7 +53,7 @@
                 * PSCI node is not added default, U-boot will add missing
                 * parts if it determines to use PSCI.
                 */
-               entry-method = "arm,psci";
+               entry-method = "psci";
 
                CPU_PW20: cpu-pw20 {
                          compatible = "arm,idle-state";
index cd80756..2c590ca 100644 (file)
        };
 
        idle-states {
-               entry-method = "arm,psci";
+               entry-method = "psci";
                CORE_PD: core-pd {
                        compatible = "arm,idle-state";
                        entry-latency-us = <4000>;