瀏覽代碼

arm64: dts: berlin: PSCI-1.0 support

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>
Jisheng Zhang 9 年之前
父節點
當前提交
5fbb15316f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/boot/dts/marvell/berlin4ct.dtsi

+ 1 - 1
arch/arm64/boot/dts/marvell/berlin4ct.dtsi

@@ -55,7 +55,7 @@
 	};
 
 	psci {
-		compatible = "arm,psci-0.2";
+		compatible = "arm,psci-1.0", "arm,psci-0.2";
 		method = "smc";
 	};