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 0e9cd30..fd7b08f 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 d9dc16c..1d989b8 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),