summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-09-03 20:24:24 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-09-03 20:24:24 +0000
commit286bf64d13221e88bfdb8de53662964820318907 (patch)
treed06f615dd94a288b2935f2882f6021405441cc0d /sys/arch
parent49ef1269d0ca1b4fea49ced7b01f3aae17759520 (diff)
Enable amlmmc(4).
ok patrick@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC4
-rw-r--r--sys/arch/arm64/conf/RAMDISK4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 3b165f9d3e1..45e2524d224 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.118 2019/08/29 17:20:03 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.119 2019/09/03 20:24:22 kettenis Exp $
#
# GENERIC machine description file
#
@@ -145,6 +145,8 @@ usb* at dwctwo?
# Amlogic SoCs
amlclock* at fdt? early 1
amldwusb* at fdt?
+amlmmc* at fdt?
+sdmmc* at amlmmc?
amlpciephy* at fdt?
amlpinctrl* at fdt? early 1
amlreset* at fdt? early 1
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK
index 94ea51daee1..34a37489f02 100644
--- a/sys/arch/arm64/conf/RAMDISK
+++ b/sys/arch/arm64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.96 2019/08/29 17:20:03 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.97 2019/09/03 20:24:23 kettenis Exp $
#
# GENERIC machine description file
#
@@ -135,6 +135,8 @@ usb* at dwctwo?
# Amlogic SoCs
amlclock* at fdt? early 1
amldwusb* at fdt?
+amlmmc* at fdt?
+sdmmc* at amlmmc?
amlpciephy* at fdt?
amlpinctrl* at fdt? early 1
amlreset* at fdt? early 1