Re: [U-Boot] [PATCH 03/13] mmc: tmio: Do not set divider to 1 in DDR mode

2018-11-01 Thread Marek Vasut
On 11/01/2018 12:39 PM, Masahiro Yamada wrote: > On Thu, Nov 1, 2018 at 2:22 AM Marek Vasut wrote: >> >> The TMIO core has a quirk where divider == 1 must not be set in DDR modes. >> Handle this by setting divider to 2, as suggested in the documentation. >> >> Signed-off-by: Marek Vasut >> Cc: Ma

Re: [U-Boot] [PATCH 03/13] mmc: tmio: Do not set divider to 1 in DDR mode

2018-11-01 Thread Masahiro Yamada
On Thu, Nov 1, 2018 at 2:22 AM Marek Vasut wrote: > > The TMIO core has a quirk where divider == 1 must not be set in DDR modes. > Handle this by setting divider to 2, as suggested in the documentation. > > Signed-off-by: Marek Vasut > Cc: Masahiro Yamada > --- > drivers/mmc/tmio-common.c | 4 +

[U-Boot] [PATCH 03/13] mmc: tmio: Do not set divider to 1 in DDR mode

2018-10-31 Thread Marek Vasut
The TMIO core has a quirk where divider == 1 must not be set in DDR modes. Handle this by setting divider to 2, as suggested in the documentation. Signed-off-by: Marek Vasut Cc: Masahiro Yamada --- drivers/mmc/tmio-common.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/tmi