Skip to content

Commit

Permalink
clk: exynos4: Add missing mout_sata on Exynos4210
Browse files Browse the repository at this point in the history
This patch adds missing mout_sata that is a parent of div_sata clock.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Apr 4, 2013
1 parent 1554701 commit 8e79561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/samsung/clk-exynos4.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ struct samsung_mux_clock exynos4210_mux_clks[] __initdata = {
MUX(none, "mout_mmc2", group1_p4210, SRC_FSYS, 8, 4),
MUX(none, "mout_mmc3", group1_p4210, SRC_FSYS, 12, 4),
MUX(none, "mout_mmc4", group1_p4210, SRC_FSYS, 16, 4),
MUX(none, "mout_sata", sclk_ampll_p4210, SRC_FSYS, 24, 1),
MUX(none, "mout_uart0", group1_p4210, SRC_PERIL0, 0, 4),
MUX(none, "mout_uart1", group1_p4210, SRC_PERIL0, 4, 4),
MUX(none, "mout_uart2", group1_p4210, SRC_PERIL0, 8, 4),
Expand Down

0 comments on commit 8e79561

Please sign in to comment.