commit | 7083f914ef255ac92a7ee6e0f895ef4894a42a3b | [log] [tgz] |
---|---|---|
author | Sylvain Lesne <lesne@alse-fr.com> | Mon Oct 24 18:24:37 2016 +0200 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Oct 28 11:02:16 2016 +0900 |
tree | 1a7aac0e1b022785645b8b380e6615705a55b365 | |
parent | a6f07e516783bc5f3e97cca6168f836274247438 [diff] |
dm: mmc: socfpga: fix MMC_OPS support Now that CONFIG_BLK and CONFIG_MMC_OPS are enabled by default with CONFIG_DM_MMC, the DWMMC driver on the socfpga platform fails at runtime. This adds the missing fields in the driver declaration. Signed-off-by: Sylvain Lesne <lesne@alse-fr.com> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>