u-boot.lists.denx.de archive mirror
 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

* Re: [PATCH] arm: total_compute: enable psci
  2022-08-09 10:26 [PATCH] arm: total_compute: enable psci Davidson K
@ 2022-08-26 18:51 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-08-26 18:51 UTC (permalink / raw)
  To: Davidson K; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).