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 Add plrtc driver



details:   https://anonhg.NetBSD.org/src/rev/a9320a36fc99
branches:  trunk
changeset: 824559:a9320a36fc99
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 08 21:01:31 2017 +0000

description:
Add plrtc driver

diffstat:

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

diffs (20 lines):

diff -r 33ee0051f8d0 -r a9320a36fc99 sys/arch/evbarm/conf/VEXPRESS_A15
--- a/sys/arch/evbarm/conf/VEXPRESS_A15 Thu Jun 08 21:01:06 2017 +0000
+++ b/sys/arch/evbarm/conf/VEXPRESS_A15 Thu Jun 08 21:01:31 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: VEXPRESS_A15,v 1.15 2017/06/08 10:40:38 jmcneill Exp $
+#      $NetBSD: VEXPRESS_A15,v 1.16 2017/06/08 21:01:31 jmcneill Exp $
 #
 #      ARM Versatile Express A15
 #
@@ -54,6 +54,9 @@
 # UART
 plcom*         at fdt?                 # ARM PL011 UART
 
+# RTC
+plrtc*         at fdt?                 # ARM PrimeCell RTC
+
 # SDMMC
 plmmc*         at fdt?                 # ARM PrimeCell MCI
 sdmmc*         at sdmmcbus?



Home | Main Index | Thread Index | Old Index