commit | 98daafd8a09d9a514bc2166709731d659037003b | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Wed Oct 21 19:49:41 2015 +0900 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Oct 29 11:00:37 2015 +0100 |
tree | 107ee7c8ff5649e13e193a5606c13a5c4e9f9be9 | |
parent | 4539d36ef2bbf2ee1519e7cfb51c6fdddda3e4e6 [diff] |
mmc: dw_mmc: fix the CardThreshold boundary at CardThrCtl register According to DesignWare DoC file, CardThreshold bit should be bit[27:16]. So it's correct to use (0xFFF << 16), not (0x1FFF << 16). Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>