summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
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