commit | 4188d941edd53ee7f6295b480b20a1303b3404ec | [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 | 19d669192da9ff048b51bee911a9c935eb1fe9b1 [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>