aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firmware
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-12-06 22:26:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-12-06 22:26:05 +0000
commit723da5d92f40a413585107f8455280ea575fe410 (patch)
tree7a86211af148b6d495e9516cd8a45fe70b5aeddc /sys/dev/firmware
parent46297859a74563dde6fc5bff9f9ecded9fb61ba6 (diff)
Diffstat (limited to 'sys/dev/firmware')
-rw-r--r--sys/dev/firmware/arm/scmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firmware/arm/scmi.c b/sys/dev/firmware/arm/scmi.c
index ef4bcbf13996..afabdcf9917b 100644
--- a/sys/dev/firmware/arm/scmi.c
+++ b/sys/dev/firmware/arm/scmi.c
@@ -174,7 +174,7 @@ scmi_attach(device_t dev)
/*
* Allow devices to identify.
*/
- bus_generic_probe(dev);
+ bus_identify_children(dev);
/*
* Now walk the OFW tree and attach top-level devices.