[ARM] S3C64XX: Configure clocks for DMA controller
Add missing DMA controller block clocks. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
@@ -158,6 +158,18 @@ static struct clk init_clocks_disable[] = {
|
|||||||
.parent = &clk_48m,
|
.parent = &clk_48m,
|
||||||
.enable = s3c64xx_sclk_ctrl,
|
.enable = s3c64xx_sclk_ctrl,
|
||||||
.ctrlbit = S3C_CLKCON_SCLK_MMC2_48,
|
.ctrlbit = S3C_CLKCON_SCLK_MMC2_48,
|
||||||
|
}, {
|
||||||
|
.name = "dma0",
|
||||||
|
.id = -1,
|
||||||
|
.parent = &clk_h,
|
||||||
|
.enable = s3c64xx_hclk_ctrl,
|
||||||
|
.ctrlbit = S3C_CLKCON_HCLK_DMA0,
|
||||||
|
}, {
|
||||||
|
.name = "dma1",
|
||||||
|
.id = -1,
|
||||||
|
.parent = &clk_h,
|
||||||
|
.enable = s3c64xx_hclk_ctrl,
|
||||||
|
.ctrlbit = S3C_CLKCON_HCLK_DMA1,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user