diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2015-01-08 16:50:21 +0900 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2015-02-13 17:15:14 +0900 |
commit | a276172cf32386c211c75638f6bf3c0d59ba03ba (patch) | |
tree | b0fb67e0cce0a29b69fed0065d12a8b3e1a693fa /lib/tpm.c | |
parent | bd2a4888b123713adec271d6c8040ca9f609aa2f (diff) | |
download | u-boot-imx-a276172cf32386c211c75638f6bf3c0d59ba03ba.zip u-boot-imx-a276172cf32386c211c75638f6bf3c0d59ba03ba.tar.gz u-boot-imx-a276172cf32386c211c75638f6bf3c0d59ba03ba.tar.bz2 |
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>
Diffstat (limited to 'lib/tpm.c')
0 files changed, 0 insertions, 0 deletions