[PATCH] arm: total_compute: enable psci

Davidson K davidson.kumaresan at arm.com
Tue Aug 9 12:26:52 CEST 2022


psci is used for system reset

Signed-off-by: Davidson K <davidson.kumaresan at arm.com>
---
 arch/arm/dts/total_compute.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/total_compute.dts b/arch/arm/dts/total_compute.dts
index 4399269a..96edacda 100644
--- a/arch/arm/dts/total_compute.dts
+++ b/arch/arm/dts/total_compute.dts
@@ -45,4 +45,8 @@
 		clock-frequency = <24000000>;
 		clock-output-names = "bp:clock24mhz";
 	};
+	psci {
+		compatible = "arm,psci-1.0", "arm,psci-0.2";
+		method = "smc";
+	};
 };
-- 
2.34.1



More information about the U-Boot mailing list