summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/armv7/imx/files.imx6
-rw-r--r--sys/dev/fdt/files.fdt20
-rw-r--r--sys/dev/fdt/imxanatop.c (renamed from sys/arch/armv7/imx/imxanatop.c)1
3 files changed, 14 insertions, 13 deletions
diff --git a/sys/arch/armv7/imx/files.imx b/sys/arch/armv7/imx/files.imx
index f6b02eb653d..a422f8cdc93 100644
--- a/sys/arch/armv7/imx/files.imx
+++ b/sys/arch/armv7/imx/files.imx
@@ -1,4 +1,4 @@
-# $OpenBSD: files.imx,v 1.26 2018/03/30 20:02:28 patrick Exp $
+# $OpenBSD: files.imx,v 1.27 2018/03/30 20:38:27 patrick Exp $
device imxccm
attach imxccm at fdt
@@ -12,10 +12,6 @@ device imxdog
attach imxdog at fdt
file arch/armv7/imx/imxdog.c imxdog
-device imxanatop
-attach imxanatop at fdt
-file arch/armv7/imx/imxanatop.c imxanatop
-
device fec: ether, ifnet, mii, ifmedia
attach fec at fdt
file arch/armv7/imx/if_fec.c fec
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt
index 32644969204..08e3b2b283c 100644
--- a/sys/dev/fdt/files.fdt
+++ b/sys/dev/fdt/files.fdt
@@ -1,4 +1,4 @@
-# $OpenBSD: files.fdt,v 1.50 2018/03/30 20:02:28 patrick Exp $
+# $OpenBSD: files.fdt,v 1.51 2018/03/30 20:38:27 patrick Exp $
#
# Config file and device description for machine-independent FDT code.
# Included by ports that need it.
@@ -182,9 +182,13 @@ device acrtc
attach acrtc at rsb
file dev/fdt/acrtc.c acrtc
-device imxuart
-attach imxuart at fdt
-file dev/fdt/imxuart.c imxuart
+device imxanatop
+attach imxanatop at fdt
+file dev/fdt/imxanatop.c imxanatop
+
+device imxesdhc: sdmmcbus
+attach imxesdhc at fdt
+file dev/fdt/imxesdhc.c imxesdhc
device imxgpc
attach imxgpc at fdt
@@ -194,10 +198,10 @@ device imxgpio
attach imxgpio at fdt
file dev/fdt/imxgpio.c imxgpio
-device imxesdhc: sdmmcbus
-attach imxesdhc at fdt
-file dev/fdt/imxesdhc.c imxesdhc
-
device imxiic: i2cbus
attach imxiic at fdt
file dev/fdt/imxiic.c imxiic
+
+device imxuart
+attach imxuart at fdt
+file dev/fdt/imxuart.c imxuart
diff --git a/sys/arch/armv7/imx/imxanatop.c b/sys/dev/fdt/imxanatop.c
index 99bea63417d..1835bbb222b 100644
--- a/sys/arch/armv7/imx/imxanatop.c
+++ b/sys/dev/fdt/imxanatop.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: imxanatop.c,v 1.1 2018/03/30 20:38:27 patrick Exp $ */
/*
* Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org>
*