arm64: dts: berlin: PSCI-1.0 support
authorJisheng Zhang <jszhang@marvell.com>
Mon, 16 Nov 2015 11:37:49 +0000 (19:37 +0800)
committerSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Sat, 28 Nov 2015 11:30:08 +0000 (12:30 +0100)
The firmware can support PSCI-1.0 in fact. This change also enables
suspend to ram on Marvell berlin arm64 SoC.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
arch/arm64/boot/dts/marvell/berlin4ct.dtsi

index a2d4e2d..6cd7727 100644 (file)
@@ -55,7 +55,7 @@
        };
 
        psci {
-               compatible = "arm,psci-0.2";
+               compatible = "arm,psci-1.0", "arm,psci-0.2";
                method = "smc";
        };