commit | 15cd6b5544e07e825fff6e5e0d049f52f38f05cb | [log] [tgz] |
---|---|---|
author | Jaehoon Chung <jh80.chung@samsung.com> | Thu Jan 08 16:50:21 2015 +0900 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Fri Feb 13 17:15:14 2015 +0900 |
tree | b0fb67e0cce0a29b69fed0065d12a8b3e1a693fa | |
parent | 54e9c117d71030be961675e108bfa49ef602f0f8 [diff] |
arm: exynos: fix the div value for set_mmc_clk The most exynos used the "Ratio + 1" as div value. And value at register is "Ratio". So if want to set exact value, it needs to subtract one. Value at register ("Ratio") = div - 1 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>