commit | 29f7d05a347ab7a42577c67fdfb787ef91537302 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 29 21:19:17 2019 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 07 16:02:38 2020 -0700 |
tree | 96fa4d0d718d722e9848f5104d9a19fa299fa4fe | |
parent | a41e6daf0555b2461b3a3ae457bf9b9626e2d855 [diff] |
dm: core: Move ofdata_to_platdata() call earlier 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>