The P3310 processor module comes ships with a firmware that implements PSCI 1.0. Enable and use it to bring up all CPUs. Signed-off-by: Thierry Reding <treding@nvidia.com>
@@ -26,7 +26,39 @@
status = "okay";
};
+ cpus {
+ cpu@0 {
+ enable-method = "psci";
+ };
+
+ cpu@1 {
+ cpu@2 {
+ cpu@3 {
+ cpu@4 {
+ cpu@5 {
bpmp {
+ psci {
+ compatible = "arm,psci-1.0";
+ status = "okay";
+ method = "smc";