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 Exynos USB support
details: https://anonhg.NetBSD.org/src/rev/33538adba105
branches: trunk
changeset: 323848:33538adba105
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Jul 03 16:09:40 2018 +0000
description:
Enable Exynos USB support
diffstat:
sys/arch/evbarm/conf/EXYNOS | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r 9bd64917e23c -r 33538adba105 sys/arch/evbarm/conf/EXYNOS
--- a/sys/arch/evbarm/conf/EXYNOS Tue Jul 03 16:09:04 2018 +0000
+++ b/sys/arch/evbarm/conf/EXYNOS Tue Jul 03 16:09:40 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: EXYNOS,v 1.27 2018/07/02 12:53:51 jmcneill Exp $
+# $NetBSD: EXYNOS,v 1.28 2018/07/03 16:09:40 jmcneill Exp $
#
# Samsung Exynos SoC kernel
#
@@ -48,6 +48,9 @@
fregulator* at fdt? pass 4
gpiokeys* at fdt?
+# System Controller
+syscon* at fdt? pass 1 # Generic System Controller
+
# Timer
mct* at fdt? pass 2 # Exynos Multi Core Timer (MCT)
gtmr* at fdt? pass 2
@@ -86,12 +89,12 @@
ld* at sdmmc?
# USB
-exyousbphy* at fdt?
-exyousb* at fdt?
-ohci* at fdt? # OUSB
-ehci* at fdt? # EUSB
-usb* at ohci?
-usb* at ehci?
+exusbphy* at fdt? pass 9 # Samsung Exynos USB2 PHY
+exusbdrdphy* at fdt? pass 9 # Samsung Exynos USB3 DRD PHY
+ohci* at fdt? # OHCI
+ehci* at fdt? # EHCI
+xhci* at fdt? # XHCI
+usb* at usbus?
include "dev/usb/usbdevices.config"
midi* at midibus?
Home |
Main Index |
Thread Index |
Old Index