
10 Jan
2020
10 Jan
'20
9:57 a.m.
This method is supposed to extract platform data from the device tree. It should be done before the device itself is probed. Move it earlier in the device_probe() function.
Signed-off-by: Simon Glass sjg@chromium.org ---
drivers/core/device.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
Applied to u-boot-dm, thanks!