diff options
Diffstat (limited to 'sys/dev/firmware')
| -rw-r--r-- | sys/dev/firmware/arm/scmi.c | 2 |
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. |
