commit | e88e1d9c048671d6fd896318dab2484b4ecb1da3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 29 11:35:21 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Thu Aug 17 16:44:17 2017 +0900 |
tree | 0924dda060da0ee2fe9779ab12ee1ce31356fe4f | |
parent | 201e828b22d79bafc7a68a93e1ade4b242a12325 [diff] |
dm: mmc: fsl_esdhc: Set up platform data With driver model we want to store the mmc and configuration structure in platform data. Set up structure up and use it for non-DM as well. Signed-off-by: Simon Glass <sjg@chromium.org>