Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aede2ea authored by Jassi Brar's avatar Jassi Brar Committed by Ben Dooks
Browse files

ARM: S3C6410: Declare possible sources of audio-bus2



Declare possible sources of CLKAUDIO[2]/audio-bus for IISv4 controller.

Signed-off-by: default avatarJassi Brar <jassi.brar@samsung.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent bc8eb1e2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -554,6 +554,19 @@ static struct clksrc_sources clkset_audio1 = {
	.nr_sources	= ARRAY_SIZE(clkset_audio1_list),
};

static struct clk *clkset_audio2_list[] = {
	[0] = &clk_mout_epll.clk,
	[1] = &clk_dout_mpll,
	[2] = &clk_fin_epll,
	[3] = &clk_iisv4_cd,
	[4] = &clk_pcm_cd,
};

static struct clksrc_sources clkset_audio2 = {
	.sources	= clkset_audio2_list,
	.nr_sources	= ARRAY_SIZE(clkset_audio2_list),
};

static struct clk *clkset_camif_list[] = {
	&clk_h2,
};