]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: tmio: Do not set divider to 1 in DDR mode
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Wed, 13 Jun 2018 06:02:55 +0000 (08:02 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 3 Dec 2018 11:51:16 +0000 (12:51 +0100)
commitd0e99ecc82f1a685391b7838508fe07ea64f499d
tree83c3110f5e5ced695efdb98d922b062923b8be25
parent82ab4afc0ce2fafc867b99363f388017e1842126
mmc: tmio: Do not set divider to 1 in DDR mode

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 <marek.vasut+renesas@gmail.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/mmc/tmio-common.c