diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-09-03 20:24:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-09-03 20:24:24 +0000 |
commit | 286bf64d13221e88bfdb8de53662964820318907 (patch) | |
tree | d06f615dd94a288b2935f2882f6021405441cc0d /sys/arch/arm64/conf/GENERIC | |
parent | 49ef1269d0ca1b4fea49ced7b01f3aae17759520 (diff) |
Enable amlmmc(4).
ok patrick@
Diffstat (limited to 'sys/arch/arm64/conf/GENERIC')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 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 |