projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d8439
)
arm: total_compute: enable psci
author
Davidson K
<davidson.kumaresan@arm.com>
Tue, 9 Aug 2022 10:26:52 +0000
(15:56 +0530)
committer
Tom Rini
<trini@konsulko.com>
Fri, 26 Aug 2022 14:55:45 +0000
(10:55 -0400)
psci is used for system reset
Signed-off-by: Davidson K <davidson.kumaresan@arm.com>
arch/arm/dts/total_compute.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/total_compute.dts
b/arch/arm/dts/total_compute.dts
index
4399269
..
96edacd
100644
(file)
--- 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";
+ };
};