Skip to content
Snippets Groups Projects
Simon Glass's avatar
Simon Glass authored
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's avatarSimon Glass <sjg@chromium.org>
e41651ff
History
Name Last commit Last update
..
Kconfig
Makefile