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 Enable Allwinner SID and t...



details:   https://anonhg.NetBSD.org/src/rev/19a2112c3a31
branches:  trunk
changeset: 318551:19a2112c3a31
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Apr 28 20:30:50 2018 +0000
description:
Enable Allwinner SID and thermal sensor controller

diffstat:

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

diffs (26 lines):

diff -r a8cad617a1b9 -r 19a2112c3a31 sys/arch/evbarm/conf/GENERIC64
--- a/sys/arch/evbarm/conf/GENERIC64    Sat Apr 28 19:00:25 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC64    Sat Apr 28 20:30:50 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC64,v 1.2 2018/04/28 18:42:20 jmcneill Exp $
+#      $NetBSD: GENERIC64,v 1.3 2018/04/28 20:30:50 jmcneill Exp $
 #
 #      GENERIC ARM (aarch64) kernel
 #
@@ -116,6 +116,7 @@
 tegraapbdma*   at fdt? pass 4          # NVIDIA Tegra APB DMA
 
 # FUSE controller
+sunxisid*      at fdt? pass 4          # Allwinner SID
 tegrafuse*     at fdt? pass 4          # NVIDIA Tegra FUSE
 
 # Power management controller
@@ -275,6 +276,7 @@
 #nouveau*      at fdt?                 # NVIDIA GPU
 
 # Thermal throttling controller
+sunxithermal*  at fdt?                 # Allwinner thermal sensor controller
 tegrasoctherm* at fdt?                 # NVIDIA Tegra SOC_THERM
 
 # USB



Home | Main Index | Thread Index | Old Index