[PATCH] arm: total_compute: enable psci

9 Aug
2022
9 Aug
'22
12:26 p.m.
psci is used for system reset
Signed-off-by: Davidson K davidson.kumaresan@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

26 Aug
26 Aug
8:51 p.m.
On Tue, Aug 09, 2022 at 03:56:52PM +0530, Davidson K wrote:
psci is used for system reset
Signed-off-by: Davidson K davidson.kumaresan@arm.com
Applied to u-boot/next, thanks!
--
Tom
987
Age (days ago)
1004
Last active (days ago)
1 comments
2 participants
participants (2)
-
Davidson K
-
Tom Rini