u-boot-brain/dts
Simon Glass e41651fffd dm: Support parent devices with of-platdata
At present of-platdata does not provide parent information. But this is
useful for I2C devices, for example, since it allows them to determine
which bus they are on.

Add support for setting the parent correctly, by storing the parent
driver_info index in dtoc and reading this in lists_bind_drivers(). This
needs multiple passes since we must process children after their parents
already have been bound.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-10-29 14:42:18 -06:00
..
Kconfig dm: Support parent devices with of-platdata 2020-10-29 14:42:18 -06:00
Makefile dts: add property removal option CONFIG_OF_REMOVE_PROPS 2020-01-27 19:54:20 -05:00