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 tiwdt



details:   https://anonhg.NetBSD.org/src/rev/91515ed387d3
branches:  trunk
changeset: 461548:91515ed387d3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Nov 29 20:54:17 2019 +0000

description:
Add tiwdt

diffstat:

 sys/arch/evbarm/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 314b2adf34af -r 91515ed387d3 sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Fri Nov 29 20:54:00 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Fri Nov 29 20:54:17 2019 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.67 2019/11/03 22:59:24 jmcneill Exp $
+#      $NetBSD: GENERIC,v 1.68 2019/11/29 20:54:17 jmcneill Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -401,10 +401,11 @@
 tegratimer*    at fdt?                 # Timers
 
 # Watchdog
+bcmpmwdog*     at fdt?                 # Broadcom BCM283x watchdog
 dwcwdt*        at fdt?                 # DesignWare watchdog
 mesonwdt*      at fdt?                 # Amlogic Meson watchdog
 sunxiwdt*      at fdt?                 # Allwinner watchdog
-bcmpmwdog*     at fdt?                 # Broadcom BCM283x watchdog
+tiwdt*         at fdt?                 # TI OMAP watchdog
 
 # Interrupt controller
 gic*           at fdt? pass 1          # ARM GIC



Home | Main Index | Thread Index | Old Index