All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: total_compute: enable psci
@ 2022-08-09 10:26 Davidson K
  2022-08-26 18:51 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Davidson K @ 2022-08-09 10:26 UTC (permalink / raw)
  To: u-boot; +Cc: Davidson K

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-26 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09 10:26 [PATCH] arm: total_compute: enable psci Davidson K
2022-08-26 18:51 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.