diff options
Diffstat (limited to 'drivers/clk/samsung/clk-exynos7.c')
-rw-r--r-- | drivers/clk/samsung/clk-exynos7.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c index 0b5acab91935..b5bc7edc8adc 100644 --- a/drivers/clk/samsung/clk-exynos7.c +++ b/drivers/clk/samsung/clk-exynos7.c | |||
@@ -789,7 +789,7 @@ CLK_OF_DECLARE(exynos7_clk_peric1, "samsung,exynos7-clock-peric1", | |||
789 | #define ENABLE_SCLK_PERIS_SECURE_CHIPID 0x0A10 | 789 | #define ENABLE_SCLK_PERIS_SECURE_CHIPID 0x0A10 |
790 | 790 | ||
791 | /* List of parent clocks for Muxes in CMU_PERIS */ | 791 | /* List of parent clocks for Muxes in CMU_PERIS */ |
792 | PNAME(mout_aclk_peris_66_p) = { "fin_pll", "dout_aclk_peris_66" }; | 792 | PNAME(mout_aclk_peris_66_user_p) = { "fin_pll", "aclk_peris_66" }; |
793 | 793 | ||
794 | static unsigned long peris_clk_regs[] __initdata = { | 794 | static unsigned long peris_clk_regs[] __initdata = { |
795 | MUX_SEL_PERIS, | 795 | MUX_SEL_PERIS, |
@@ -801,7 +801,7 @@ static unsigned long peris_clk_regs[] __initdata = { | |||
801 | 801 | ||
802 | static struct samsung_mux_clock peris_mux_clks[] __initdata = { | 802 | static struct samsung_mux_clock peris_mux_clks[] __initdata = { |
803 | MUX(0, "mout_aclk_peris_66_user", | 803 | MUX(0, "mout_aclk_peris_66_user", |
804 | mout_aclk_peris_66_p, MUX_SEL_PERIS, 0, 1), | 804 | mout_aclk_peris_66_user_p, MUX_SEL_PERIS, 0, 1), |
805 | }; | 805 | }; |
806 | 806 | ||
807 | static struct samsung_gate_clock peris_gate_clks[] __initdata = { | 807 | static struct samsung_gate_clock peris_gate_clks[] __initdata = { |