summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
diff options
context:
space:
mode:
authorTakanori Watanabe <takawata@FreeBSD.org>2022-10-18 06:08:53 +0000
committerTakanori Watanabe <takawata@FreeBSD.org>2022-10-18 07:55:47 +0000
commit7b5d62bb73e32d50bb07024ac483532fbcaafe81 (patch)
treec70d1390c2c493f37fce010205066fde86feced5 /sys/dev/fdt
parent469ad8603127bf8fea094d47223ccb3d0a3481cd (diff)
Diffstat (limited to 'sys/dev/fdt')
-rw-r--r--sys/dev/fdt/simplebus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c
index 0b1277983da0..a69bdf93e7d6 100644
--- a/sys/dev/fdt/simplebus.c
+++ b/sys/dev/fdt/simplebus.c
@@ -94,6 +94,7 @@ static device_method_t simplebus_methods[] = {
DEVMETHOD(bus_child_pnpinfo, ofw_bus_gen_child_pnpinfo),
DEVMETHOD(bus_get_resource_list, simplebus_get_resource_list),
DEVMETHOD(bus_get_property, simplebus_get_property),
+ DEVMETHOD(bus_get_device_path, ofw_bus_gen_get_device_path),
/* ofw_bus interface */
DEVMETHOD(ofw_bus_get_devinfo, simplebus_get_devinfo),