diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-09-09 20:00:28 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-09-09 20:00:28 +0000 |
commit | f65a680dec4022d3a3424fdaee2cde5b9316dab3 (patch) | |
tree | 4cefbecdff4ceb6a74475221b4140d4c4313c1c5 /sys/arch/arm64/conf/RAMDISK | |
parent | 5cba38624e999b426d819bc64c7562efdde6e293 (diff) |
Attach imxsrc(4) early and raise its priority to make sure it beats
syscon(4).
ok kettenis@
Diffstat (limited to 'sys/arch/arm64/conf/RAMDISK')
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 5d8fde15ae8..2a87cc9a88a 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.102 2019/09/07 13:32:36 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.103 2019/09/09 20:00:27 patrick Exp $ # # GENERIC machine description file # @@ -112,6 +112,7 @@ wsdisplay* at simplefb? imxccm* at fdt? early 1 imxiomuxc* at fdt? early 1 imxanatop* at fdt? early 1 +imxsrc* at fdt? early 1 imxgpc* at fdt? imxgpio* at fdt? fec* at fdt? @@ -120,7 +121,6 @@ imxiic* at fdt? iic* at imxiic? imxesdhc* at fdt? sdmmc* at imxesdhc? -imxsrc* at fdt? # Raspberry Pi 3 bcmaux* at fdt? |