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 syscon



details:   https://anonhg.NetBSD.org/src/rev/f2f3a0697272
branches:  trunk
changeset: 320287:f2f3a0697272
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jun 30 12:42:42 2018 +0000

description:
add syscon

diffstat:

 sys/arch/evbarm/conf/GENERIC64 |  5 ++++-
 sys/arch/evbarm/conf/SUNXI     |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 2b3f13236687 -r f2f3a0697272 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Jun 30 12:36:13 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Jun 30 12:42:42 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.19 2018/06/27 16:38:40 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.20 2018/06/30 12:42:42 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -100,6 +100,9 @@
 wskbd*         at gpiokeys? console ? mux 1
 gpioleds*      at fdt?
 
+# System Controller
+syscon*                at fdt? pass 1          # Generic System Controller
+
 # Timer
 gtmr*          at fdt? pass 1          # ARM Generic Timer
 armgtmr0       at gtmr?
diff -r 2b3f13236687 -r f2f3a0697272 sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sat Jun 30 12:36:13 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sat Jun 30 12:42:42 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.74 2018/06/27 16:38:11 jmcneill Exp $
+#      $NetBSD: SUNXI,v 1.75 2018/06/30 12:42:42 jmcneill Exp $
 #
 #      Allwinner sunxi family
 #
@@ -203,6 +203,9 @@
 wskbd*         at gpiokeys? console ? mux 1
 gpioleds*      at fdt?
 
+# System Controller
+syscon*                at fdt? pass 1          # Generic System Controller
+
 # SRAM controller
 sunxisramc*    at fdt? pass 4          # SRAM controller
 



Home | Main Index | Thread Index | Old Index