提交 56365ee8 编写于 作者: A Alim Akhtar 提交者: Sylwester Nawrocki

clk: samsung: exynos7: Correct CMU_CCORE clocks names

This patch renames CMU_CCORE clocks names to match with user manual.
Signed-off-by: NAlim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
上级 9b3ad363
...@@ -549,7 +549,7 @@ CLK_OF_DECLARE(exynos7_clk_top1, "samsung,exynos7-clock-top1", ...@@ -549,7 +549,7 @@ CLK_OF_DECLARE(exynos7_clk_top1, "samsung,exynos7-clock-top1",
/* /*
* List of parent clocks for Muxes in CMU_CCORE * List of parent clocks for Muxes in CMU_CCORE
*/ */
PNAME(mout_aclk_ccore_133_p) = { "fin_pll", "dout_aclk_ccore_133" }; PNAME(mout_aclk_ccore_133_user_p) = { "fin_pll", "aclk_ccore_133" };
static unsigned long ccore_clk_regs[] __initdata = { static unsigned long ccore_clk_regs[] __initdata = {
MUX_SEL_CCORE, MUX_SEL_CCORE,
...@@ -557,7 +557,7 @@ static unsigned long ccore_clk_regs[] __initdata = { ...@@ -557,7 +557,7 @@ static unsigned long ccore_clk_regs[] __initdata = {
}; };
static struct samsung_mux_clock ccore_mux_clks[] __initdata = { static struct samsung_mux_clock ccore_mux_clks[] __initdata = {
MUX(0, "mout_aclk_ccore_133_user", mout_aclk_ccore_133_p, MUX(0, "mout_aclk_ccore_133_user", mout_aclk_ccore_133_user_p,
MUX_SEL_CCORE, 1, 1), MUX_SEL_CCORE, 1, 1),
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册