commit | 6809b04f48fe02c26127383391d153d18134c77b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:26 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | 7c9f3e496a4f30f999e701bbaf42c8a735033e37 | |
parent | 9ca7e6720e96e82be1de9ec0ba6bac9f1beeb02f [diff] |
rockchip: mmc: Move all DT decoding to ofdata_to_platdata() It is more correct to avoid touching the device tree in the probe() method. Update the driver to work this way. Signed-off-by: Simon Glass <sjg@chromium.org>