Re: [PATCH 08/19] dm: core: Move ofdata_to_platdata() call earlier

2020-01-10 Thread sjg
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 --- drivers/core/device.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)

[PATCH 08/19] dm: core: Move ofdata_to_platdata() call earlier

2019-12-29 Thread Simon Glass
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 --- drivers/core/device.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-)