Module Name:    src
Committed By:   thorpej
Date:           Fri Mar 27 01:43:58 UTC 2020

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC64

Log Message:
Attach sunxirtc in pass4; it's required by mmcpwrseq on some boards.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.146 src/sys/arch/evbarm/conf/GENERIC64:1.147
--- src/sys/arch/evbarm/conf/GENERIC64:1.146	Wed Mar 18 10:56:38 2020
+++ src/sys/arch/evbarm/conf/GENERIC64	Fri Mar 27 01:43:58 2020
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.146 2020/03/18 10:56:38 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.147 2020/03/27 01:43:58 thorpej Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -421,7 +421,7 @@ sun8icrypto* 	at fdt?			# Allwinner Cryp
 
 # RTC
 plrtc*		at fdt?			# ARM PrimeCell RTC
-sunxirtc*	at fdt?			# Allwinner RTC
+sunxirtc*	at fdt? pass 4		# Allwinner RTC
 tegrartc*	at fdt?			# NVIDIA Tegra RTC
 
 # SDMMC

Reply via email to