"git@source.mnt.re:jackhumbert/reform-boundary-uboot.git" did not exist on "ee6fb217cbf3e81cd2c5f1a13f989cf59016781f"
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Simon Glass authored
We currently use dm_scan_fdt_node() to bind devices. It is an internal function and it requires the caller to know whether we are pre- or post- relocation. This requirement has become quite common in drivers, so the current function is not ideal. Add a new function with fewer arguments, that does not require internal headers. This can be used directly as a post_bind() method if needed. Signed-off-by:
Simon Glass <sjg@chromium.org>
Simon Glass authoredWe currently use dm_scan_fdt_node() to bind devices. It is an internal function and it requires the caller to know whether we are pre- or post- relocation. This requirement has become quite common in drivers, so the current function is not ideal. Add a new function with fewer arguments, that does not require internal headers. This can be used directly as a post_bind() method if needed. Signed-off-by:
Simon Glass <sjg@chromium.org>