summaryrefslogtreecommitdiff
path: root/drivers/clk/samsung/clk-exynos4.c
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2013-07-24 14:11:08 +0900
committerMarek Szyprowski <m.szyprowski@samsung.com>2014-05-15 07:21:01 +0200
commitbb3fcdc76a5df66465f8e7e4edf3ff1b337d17a3 (patch)
treeb698587f0d94c81e67ba27f7d22c659e0b18e197 /drivers/clk/samsung/clk-exynos4.c
parentc4195d0d42e9c5db8cc216125a50f435a4dd0487 (diff)
downloadlinux-3.10-bb3fcdc76a5df66465f8e7e4edf3ff1b337d17a3.tar.gz
linux-3.10-bb3fcdc76a5df66465f8e7e4edf3ff1b337d17a3.tar.bz2
linux-3.10-bb3fcdc76a5df66465f8e7e4edf3ff1b337d17a3.zip
clock: clk-exynos4: set the CLK_SET_RATE_PARENT for mmc4
mmc4_clk set to CLK_SET_PARENT with DIV_F(). Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/clk/samsung/clk-exynos4.c')
-rw-r--r--drivers/clk/samsung/clk-exynos4.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
index 43442522bb1..45ddd0ddf13 100644
--- a/drivers/clk/samsung/clk-exynos4.c
+++ b/drivers/clk/samsung/clk-exynos4.c
@@ -525,7 +525,6 @@ struct samsung_div_clock exynos4_div_clks[] __initdata = {
DIV(sclk_i2s1, "sclk_i2s1", "sclk_audio1", DIV_PERIL5, 0, 6),
DIV(sclk_i2s2, "sclk_i2s2", "sclk_audio2", DIV_PERIL5, 8, 6),
DIV(none, "div_mmc4", "mout_mmc4", DIV_FSYS3, 0, 4),
- DIV(none, "div_mmc_pre4", "div_mmc4", DIV_FSYS3, 8, 8),
DIV(none, "div_uart0", "mout_uart0", DIV_PERIL0, 0, 4),
DIV(none, "div_uart1", "mout_uart1", DIV_PERIL0, 4, 4),
DIV(none, "div_uart2", "mout_uart2", DIV_PERIL0, 8, 4),
@@ -552,6 +551,8 @@ struct samsung_div_clock exynos4_div_clks[] __initdata = {
CLK_SET_RATE_PARENT, 0),
DIV_F(none, "div_mmc_pre3", "div_mmc3", DIV_FSYS2, 24, 8,
CLK_SET_RATE_PARENT, 0),
+ DIV_F(none, "div_mmc_pre4", "div_mmc4", DIV_FSYS3, 8, 8,
+ CLK_SET_RATE_PARENT, 0),
};
/* list of divider clocks supported in exynos4210 soc */