commit | c731074519b6f10c93f11a1fe2c623abaf53d78d | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Nov 12 16:36:57 2020 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sun Jan 24 21:39:27 2021 +0100 |
tree | 9ec17cc8adf5709148cfdec63d4ca5f35f92eb51 | |
parent | 7b4c8bef61756cc36c5b7e01728f2d3a34151b25 [diff] |
mmc: mtk-sd: fix sclk cycles shift value It turns out that the sclk cycles used by mt7620/mt7628 is the same as other chips (20 bits, 1048576), not 65536. This patch removes sclk_cycle_shift from dev_comp, and uses a macro with a value 20 instead. Reviewed-by: Stefan Roese <sr@denx.de>