diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s3c64xx/clock.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/clock.c b/arch/arm/mach-s3c64xx/clock.c index c0041eb2fdcd..6c286d551e0b 100644 --- a/arch/arm/mach-s3c64xx/clock.c +++ b/arch/arm/mach-s3c64xx/clock.c | |||
@@ -554,6 +554,19 @@ static struct clksrc_sources clkset_audio1 = { | |||
554 | .nr_sources = ARRAY_SIZE(clkset_audio1_list), | 554 | .nr_sources = ARRAY_SIZE(clkset_audio1_list), |
555 | }; | 555 | }; |
556 | 556 | ||
557 | static struct clk *clkset_audio2_list[] = { | ||
558 | [0] = &clk_mout_epll.clk, | ||
559 | [1] = &clk_dout_mpll, | ||
560 | [2] = &clk_fin_epll, | ||
561 | [3] = &clk_iisv4_cd, | ||
562 | [4] = &clk_pcm_cd, | ||
563 | }; | ||
564 | |||
565 | static struct clksrc_sources clkset_audio2 = { | ||
566 | .sources = clkset_audio2_list, | ||
567 | .nr_sources = ARRAY_SIZE(clkset_audio2_list), | ||
568 | }; | ||
569 | |||
557 | static struct clk *clkset_camif_list[] = { | 570 | static struct clk *clkset_camif_list[] = { |
558 | &clk_h2, | 571 | &clk_h2, |
559 | }; | 572 | }; |