From 814646b4cb792ab14df04e28360fefd168399b3c Mon Sep 17 00:00:00 2001 From: Usama Arif Date: Thu, 27 May 2021 20:09:17 +0100 Subject: [PATCH] fix(tc0): remove "arm,psci" from psci node "arm,psci" expects the FIDs for cpu-on, cpu-off and cpu-suspend, which arent present in the device tree, so remove it from psci compatible. Signed-off-by: Usama Arif Change-Id: Icd1ce8ec7fd3f270925e4b3d5d0187088ffe4ba5 --- fdts/tc0.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdts/tc0.dts b/fdts/tc0.dts index 048f7f51a..8a782a617 100644 --- a/fdts/tc0.dts +++ b/fdts/tc0.dts @@ -169,7 +169,7 @@ }; psci { - compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci"; + compatible = "arm,psci-1.0", "arm,psci-0.2"; method = "smc"; };