Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Attach psci as early as possible. This ...



details:   https://anonhg.NetBSD.org/src/rev/27b4892f49ee
branches:  trunk
changeset: 466871:27b4892f49ee
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jan 04 12:21:55 2020 +0000

description:
Attach psci as early as possible. This allows other power controllers to
register their own poweroff / reset callbacks with a higher preference.

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 92464ef2284f -r 27b4892f49ee sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Jan 04 12:09:54 2020 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Jan 04 12:21:55 2020 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.127 2020/01/04 09:50:20 skrll Exp $
+#      $NetBSD: GENERIC64,v 1.128 2020/01/04 12:21:55 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -183,7 +183,7 @@
 cpufreqdt*     at cpu?
 
 # Power State Coordination Interface (PSCI)
-psci*          at fdt?
+psci*          at fdt? pass 0
 
 fclock*                at fdt? pass 1
 ffclock*       at fdt? pass 1



Home | Main Index | Thread Index | Old Index