]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: S5P64X0: Add the devname for DMA clock
authorBoojin Kim <boojin.kim@samsung.com>
Thu, 18 Aug 2011 10:24:55 +0000 (19:24 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 18 Aug 2011 10:24:55 +0000 (19:24 +0900)
This patch adds devname for DMA clock.
NOTE: This patch should be added after merging new pl330 driver on dmaengine.

Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5p64x0/clock-s5p6440.c
arch/arm/mach-s5p64x0/clock-s5p6450.c

index 0e9cd3092dd241b852c5dcfeb2b17411e33edb92..fd7b08fd262bee30c983f061d3645f6cdd885fa6 100644 (file)
@@ -147,6 +147,7 @@ static struct clk init_clocks_off[] = {
                .ctrlbit        = (1 << 8),
        }, {
                .name           = "pdma",
+               .devname        = "dma-pl330",
                .parent         = &clk_hclk_low.clk,
                .enable         = s5p64x0_hclk0_ctrl,
                .ctrlbit        = (1 << 12),
index d9dc16cde109c22de40bca3c417c528e40c4605e..1d989b8da039dcb02c4afdde4d32cfd2efcbd35f 100644 (file)
@@ -180,6 +180,7 @@ static struct clk init_clocks_off[] = {
                .ctrlbit        = (1 << 3),
        }, {
                .name           = "pdma",
+               .devname        = "dma-pl330",
                .parent         = &clk_hclk_low.clk,
                .enable         = s5p64x0_hclk0_ctrl,
                .ctrlbit        = (1 << 12),