arm64: zynqmp: Enable PSCI 1.0

TF-A is using PSCI 1.0 version for quite a long time but it was never
reflected in DT.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/32be8050838512d4340486227c32f38298ddde57.1752839409.git.michal.simek@amd.com
This commit is contained in:
Michal Simek 2025-07-18 13:50:10 +02:00
parent 722a3df12e
commit f4c3831ba8

View File

@ -187,7 +187,7 @@ pmu {
};
psci {
compatible = "arm,psci-0.2";
compatible = "arm,psci-1.0", "arm,psci-0.2";
method = "smc";
};