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 <usama.arif@arm.com>
Change-Id: Icd1ce8ec7fd3f270925e4b3d5d0187088ffe4ba5
This commit is contained in:
Usama Arif 2021-05-27 20:09:17 +01:00
parent 63067ce87e
commit 814646b4cb
No known key found for this signature in database
GPG Key ID: 7F87FBC2A34F236F
1 changed files with 1 additions and 1 deletions

View File

@ -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";
};