Module Name:    src
Committed By:   skrll
Date:           Mon Aug 12 11:46:40 UTC 2019

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

Log Message:
Add a9ptmr


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/IMX

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/IMX
diff -u src/sys/arch/evbarm/conf/IMX:1.2 src/sys/arch/evbarm/conf/IMX:1.3
--- src/sys/arch/evbarm/conf/IMX:1.2	Tue Jul 30 06:52:57 2019
+++ src/sys/arch/evbarm/conf/IMX	Mon Aug 12 11:46:39 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: IMX,v 1.2 2019/07/30 06:52:57 hkenken Exp $
+#	$NetBSD: IMX,v 1.3 2019/08/12 11:46:39 skrll Exp $
 #
 #	NXP(Freescale) I.MX family SoCs
 #
@@ -52,6 +52,8 @@ cpus*		at fdt? pass 0
 cpu*		at fdt? pass 0
 
 # Timer
+a9ptmr*		at fdt? pass 2		# ARM Cortex A5/A9 Private Timer
+arma9ptmr*	at a9ptmr?
 a9tmr*		at fdt? pass 2		# A9 Global Timer
 arma9tmr0	at a9tmr?
 

Reply via email to