diff options
Diffstat (limited to 'sys')
-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? |