Re: [PATCH 06/12] mmc: sdhci_omap: Add support to set IODELAY values

2017-12-14 Thread Tony Lindgren
Hi, * Kishon Vijay Abraham I [171214 13:13]: > The data manual of J6/J6 Eco recommends to set different IODELAY values > depending on the mode in which the MMC/SD is enumerated in order to > ensure IO timings are met. > > Add support to set the IODELAY values depending on the various MMC > modes

[PATCH 06/12] mmc: sdhci_omap: Add support to set IODELAY values

2017-12-14 Thread Kishon Vijay Abraham I
The data manual of J6/J6 Eco recommends to set different IODELAY values depending on the mode in which the MMC/SD is enumerated in order to ensure IO timings are met. Add support to set the IODELAY values depending on the various MMC modes using the pinctrl APIs. Signed-off-by: Kishon Vijay Abrah