u-boot-brain/dts
Simon Glass 1ef3af3b27 dm: core: Allow dropping run-time binding of devices
With OF_PLATDATA_INST devices are bound at build time. We should not need
binding of devices at runtime in most cases. However it is inflexible to
absolutely prohibit it, so add an option to control this.

Update the driver model core so that it does not bind devices. Update
device_bind() to return an error if called.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-22 19:23:28 +13:00
..
Kconfig dm: core: Allow dropping run-time binding of devices 2021-03-22 19:23:28 +13:00
Makefile dts: Log name of expected .dtb file 2021-01-16 14:49:09 -05:00