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/797635a6e80e
branches: trunk
changeset: 362878:797635a6e80e
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 8c1d1a6f3cda -r 797635a6e80e 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 8c1d1a6f3cda -r 797635a6e80e 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