Unverified Commit 814646b4 authored by Usama Arif's avatar Usama Arif
Browse files

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: default avatarUsama Arif <usama.arif@arm.com>
Change-Id: Icd1ce8ec7fd3f270925e4b3d5d0187088ffe4ba5
parent 63067ce8
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
}; };
psci { psci {
compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci"; compatible = "arm,psci-1.0", "arm,psci-0.2";
method = "smc"; method = "smc";
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment