Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 706dcfc6 authored by Yimin Peng's avatar Yimin Peng
Browse files

ARM: dts: msm: add psci for msm8996 auto virtual platform



Hypervisor supports psci-1.0 not 0.1 and new function IDs
have been defined in psci driver.

Change-Id: Id257dd264f9ffc812879997c0b227e53f84c86a2
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent 92bb5453
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -24,11 +24,8 @@
	};

	psci {
		compatible = "arm,psci";
		compatible = "arm,psci-1.0";
		method = "smc";
		cpu_suspend = <0xc4000001>;
		cpu_off	= <0x84000002>;
		cpu_on = <0xc4000003>;
	};

	soc: soc { };