From: kettenis Date: Wed, 19 Jul 2023 20:27:20 +0000 (+0000) Subject: Use "early 2" to attach aplpngr(4) to make sure it attaches before other X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8e3e17146cf74346e0ec60eb0ee064bd229bb437;p=openbsd Use "early 2" to attach aplpngr(4) to make sure it attaches before other core drivers that need to enable power domains. ok drahn@, deraadt@ --- diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 132b049a028..7b8e6a16422 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.275 2023/07/01 16:34:29 drahn Exp $ +# $OpenBSD: GENERIC,v 1.276 2023/07/19 20:27:20 kettenis Exp $ # # GENERIC machine description file # @@ -174,7 +174,7 @@ nvme* at aplns? aplpcie* at fdt? pci* at aplpcie? aplpinctrl* at fdt? early 1 -aplpmgr* at fdt? early 1 +aplpmgr* at fdt? early 2 aplpwm* at fdt? aplrtk* at fdt? aplsart* at fdt? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 6b6813eb6cc..860174ce50f 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.207 2023/06/27 22:38:46 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.208 2023/07/19 20:27:20 kettenis Exp $ machine arm64 maxusers 4 @@ -125,7 +125,7 @@ nvme* at aplns? aplpcie* at fdt? pci* at aplpcie? aplpinctrl* at fdt? early 1 -aplpmgr* at fdt? early 1 +aplpmgr* at fdt? early 2 aplrtk* at fdt? aplsart* at fdt? aplsmc* at fdt?