commit | 3380a7e653325adb9312f02ed4150c72131b6431 | [log] [tgz] |
---|---|---|
author | Girish K S <girish@avatar.(none)> | Sat Oct 06 14:16:02 2012 +0900 |
committer | John Rigby <john.rigby@linaro.org> | Thu Dec 06 13:51:46 2012 -0700 |
tree | 71a3e3c06abbbde85cc2b8913e8040dec4eaa877 | |
parent | be9f0cdf63e1f7850e7cd73800490c7848c3a315 [diff] |
arm: exynos: fix issue in clock and pinmux clock: the mmc get clock api return the clock value without dividing the sclk by value of clk_sel register. The divider value calculated in the dw_mmc driver for clk_div is wrong. This patch adds the divider to fix the issue. pinmux: The initialization of the sd_cdn pin was ignored, This patch adds the selection and initialization of the early pin state. Signed-off-by: Girish K S <iks.giri@samsung.com>