diff mbox series

arm: total_compute: enable psci

Message ID 20220809102652.23776-1-davidson.kumaresan@arm.com
State Accepted
Commit 42f051ceb6c2d0685991eadf430c3701cbbe2974
Delegated to: Tom Rini
Headers show
Series arm: total_compute: enable psci | expand

Commit Message

Davidson K Aug. 9, 2022, 10:26 a.m. UTC
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(+)

Comments

Tom Rini Aug. 26, 2022, 6:51 p.m. UTC | #1
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!
diff mbox series

Patch

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";
+	};
 };