arm: total_compute: enable psci
authorDavidson K <davidson.kumaresan@arm.com>
Tue, 9 Aug 2022 10:26:52 +0000 (15:56 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:45 +0000 (10:55 -0400)
psci is used for system reset

Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
arch/arm/dts/total_compute.dts

index 4399269..96edacd 100644 (file)
@@ -45,4 +45,8 @@
                clock-frequency = <24000000>;
                clock-output-names = "bp:clock24mhz";
        };
+       psci {
+               compatible = "arm,psci-1.0", "arm,psci-0.2";
+               method = "smc";
+       };
 };