diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-04-23 22:16:11 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-04-23 22:16:11 +0000 |
commit | b0d6631933faf0fbd49d4606d5f6d980c80ed929 (patch) | |
tree | 12c8882aec82a5b83afa1dcae7a2e8fb66529b4e /sys/arch/arm64 | |
parent | 390a637d57b05ac5eaee230d0dd1029d024de8ae (diff) |
Enable imxehci(4).
ok kettenis@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 5808c926e4b..700efaf7831 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.156 2020/04/22 09:48:44 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.157 2020/04/23 22:16:10 patrick Exp $ # # GENERIC machine description file # @@ -122,6 +122,8 @@ imxccm* at fdt? early 1 imxiomuxc* at fdt? early 1 imxanatop* at fdt? early 1 imxsrc* at fdt? early 1 +imxehci* at fdt? +usb* at imxehci? imxgpc* at fdt? imxgpio* at fdt? fec* at fdt? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index ad282abe3e8..2340561c838 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.119 2020/04/22 09:48:44 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.120 2020/04/23 22:16:10 patrick Exp $ # # GENERIC machine description file # @@ -114,6 +114,8 @@ imxccm* at fdt? early 1 imxiomuxc* at fdt? early 1 imxanatop* at fdt? early 1 imxsrc* at fdt? early 1 +imxehci* at fdt? +usb* at imxehci? imxgpc* at fdt? imxgpio* at fdt? fec* at fdt? |