commit | 94b500dcbb94b11c5b89657eda10e6f0b5fc87a1 | [log] [tgz] |
---|---|---|
author | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Mar 31 11:09:49 2025 +0100 |
committer | Boyan Karatotev <boyan.karatotev@arm.com> | Mon Mar 31 11:09:49 2025 +0100 |
tree | 9cd673f7f5c426a5f2510be6c06716f8f734a39c | |
parent | 8661845026e5748f15da6bbcb83385cba1edc878 [diff] |
fix(fvp): allow PSCI 0.2 in the device tree Although the platform assumes it will use the device tree hosted with it, there are device trees out there (eg in Linux) that will also work just fine. Some of them, unfortunately, specify PSCI 0.2, but FCONF performs a fatal check for 1.0. Add a fallback to 0.2 so that those device trees can work. Change-Id: I1543aa6d1dd12730299078500685928a13b16820 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>