Use "early 2" to attach aplpngr(4) to make sure it attaches before other
authorkettenis <kettenis@openbsd.org>
Wed, 19 Jul 2023 20:27:20 +0000 (20:27 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 19 Jul 2023 20:27:20 +0000 (20:27 +0000)
core drivers that need to enable power domains.

ok drahn@, deraadt@

sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK

index 132b049..7b8e6a1 100644 (file)
@@ -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?
index 6b6813e..860174c 100644 (file)
@@ -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?