summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2018-07-26 10:59:08 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2018-07-26 10:59:08 +0000
commit6a34b1a6a53923739b47509f6ced423c3327d111 (patch)
treebd98821a9cbc5550d0fdd2787a4ea23e792957f4 /sys/arch
parent8aa9665a23235730cc82ca6708422be083b7b4a6 (diff)
Add imxspi(4), a driver for the i.MX SPI controller. This is the first
SPI controller in our tree. Add a basic generic SPI infrastructure as well. ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm64/conf/GENERIC3
-rw-r--r--sys/arch/armv7/conf/GENERIC3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC
index 143e1b096ad..d93417f4cce 100644
--- a/sys/arch/arm64/conf/GENERIC
+++ b/sys/arch/arm64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.77 2018/07/05 19:25:38 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.78 2018/07/26 10:59:07 patrick Exp $
#
# GENERIC machine description file
#
@@ -111,6 +111,7 @@ imxesdhc* at fdt?
sdmmc* at imxesdhc?
imxpd* at fdt?
imxdwusb* at fdt?
+imxspi* at fdt?
# Raspberry Pi 3
bcmaux* at fdt?
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC
index 271381ff935..6f43b436c54 100644
--- a/sys/arch/armv7/conf/GENERIC
+++ b/sys/arch/armv7/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.113 2018/07/09 18:50:38 patrick Exp $
+# $OpenBSD: GENERIC,v 1.114 2018/07/26 10:59:07 patrick Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -59,6 +59,7 @@ imxahci* at fdt? # AHCI/SATA
imxehci* at fdt? # EHCI
usb* at imxehci?
imxrtc* at fdt? # SNVS RTC
+imxspi* at fdt?
# OMAP3xxx/OMAP4xxx SoC
omap0 at mainbus?