commit | 8a73bef338d48095dfb8e805b643d7dd1f6b6d9b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Jan 03 11:38:25 2021 +0100 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Jan 31 14:08:45 2021 +0100 |
tree | b1ca7e13bb2c77474b8b76c37e9e783b620278c6 | |
parent | 32568ee5b9f0fc35ecb12f62cfd67395ac792781 [diff] |
mmc: tmio: sdhi: Configure internal DMA bus width The R-Car3 SDHI should set these two bits in DMA_MODE register according to the specification, to indicate 64bit bus width. No other bus width options are permitted and the default value is 0, which is incorrect. Set the bits accordingly. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>