commit | 4bb9ce4dd6e9e48c4d776e7a116ec04a0ecd6cf4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 04 11:58:27 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 14 20:40:24 2016 -0600 |
tree | a88da40e73a8c7e9d05cc9ff4dfc5df2c376b548 | |
parent | 4188d941edd53ee7f6295b480b20a1303b3404ec [diff] |
rockchip: mmc: Update the driver to support of-platdata Add support for of-platdata with rk3288. This requires decoding the of-platdata struct and setting up the device from that. Also the driver needs to be renamed to match the string that of-platdata will search for. Signed-off-by: Simon Glass <sjg@chromium.org>