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

Commit 313068fd authored by Seungwhan Youn's avatar Seungwhan Youn Committed by Kukjin Kim
Browse files

ARM: S5PV210: Add DMA operation clock



This patch adds DMA operation clock which is disabled as default.

Signed-off-by: default avatarSeungwhan Youn <sw.youn@samsung.com>
Acked-by: default avatarJassi Brar <jassi.brar@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 06185c07
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -311,6 +311,18 @@ static struct clk_ops clk_fout_apll_ops = {

static struct clk init_clocks_disable[] = {
	{
		.name		= "pdma",
		.id		= 0,
		.parent		= &clk_hclk_psys.clk,
		.enable		= s5pv210_clk_ip0_ctrl,
		.ctrlbit	= (1 << 3),
	}, {
		.name		= "pdma",
		.id		= 1,
		.parent		= &clk_hclk_psys.clk,
		.enable		= s5pv210_clk_ip0_ctrl,
		.ctrlbit	= (1 << 4),
	}, {
		.name		= "rot",
		.id		= -1,
		.parent		= &clk_hclk_dsys.clk,