diff options
-rw-r--r-- | drivers/clk/samsung/clk-exynos5250.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c index e5e733af6c88..7290faa518d2 100644 --- a/drivers/clk/samsung/clk-exynos5250.c +++ b/drivers/clk/samsung/clk-exynos5250.c | |||
@@ -276,10 +276,10 @@ struct samsung_div_clock exynos5250_div_clks[] __initdata = { | |||
276 | DIV(none, "div_pcm0", "sclk_audio0", DIV_MAU, 4, 8), | 276 | DIV(none, "div_pcm0", "sclk_audio0", DIV_MAU, 4, 8), |
277 | DIV(none, "div_sata", "mout_sata", DIV_FSYS0, 20, 4), | 277 | DIV(none, "div_sata", "mout_sata", DIV_FSYS0, 20, 4), |
278 | DIV(none, "div_usb3", "mout_usb3", DIV_FSYS0, 24, 4), | 278 | DIV(none, "div_usb3", "mout_usb3", DIV_FSYS0, 24, 4), |
279 | DIV(none, "div_mmc0", "mout_mmc0", DIV_FSYS1, 0, 4), | 279 | DIV(none, "div_mmc0", "mout_mmc0", DIV_FSYS1, 8, 8), |
280 | DIV(none, "div_mmc1", "mout_mmc1", DIV_FSYS1, 16, 4), | 280 | DIV(none, "div_mmc1", "mout_mmc1", DIV_FSYS1, 24, 8), |
281 | DIV(none, "div_mmc2", "mout_mmc2", DIV_FSYS2, 0, 4), | 281 | DIV(none, "div_mmc2", "mout_mmc2", DIV_FSYS2, 8, 8), |
282 | DIV(none, "div_mmc3", "mout_mmc3", DIV_FSYS2, 16, 4), | 282 | DIV(none, "div_mmc3", "mout_mmc3", DIV_FSYS2, 24, 8), |
283 | DIV(none, "div_uart0", "mout_uart0", DIV_PERIC0, 0, 4), | 283 | DIV(none, "div_uart0", "mout_uart0", DIV_PERIC0, 0, 4), |
284 | DIV(none, "div_uart1", "mout_uart1", DIV_PERIC0, 4, 4), | 284 | DIV(none, "div_uart1", "mout_uart1", DIV_PERIC0, 4, 4), |
285 | DIV(none, "div_uart2", "mout_uart2", DIV_PERIC0, 8, 4), | 285 | DIV(none, "div_uart2", "mout_uart2", DIV_PERIC0, 8, 4), |