]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
ARM: S5PV310: Add PDMA clocks
authorJassi Brar <jassi.brar@samsung.com>
Tue, 21 Dec 2010 00:54:35 +0000 (09:54 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 29 Dec 2010 23:32:45 +0000 (08:32 +0900)
Define PDMA clocks for the controller 0 and 1.

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/clock.c

index 58c9d33f36fec8caef7150a929e94800f97b8b04..ace8f52aa04fc804abf042a56c64f028cd98221a 100644 (file)
@@ -466,6 +466,16 @@ static struct clk init_clocks_disable[] = {
                .id             = -1,
                .enable         = s5pv310_clk_ip_fsys_ctrl,
                .ctrlbit        = (1 << 10),
+       }, {
+               .name           = "pdma",
+               .id             = 0,
+               .enable         = s5pv310_clk_ip_fsys_ctrl,
+               .ctrlbit        = (1 << 0),
+       }, {
+               .name           = "pdma",
+               .id             = 1,
+               .enable         = s5pv310_clk_ip_fsys_ctrl,
+               .ctrlbit        = (1 << 1),
        }, {
                .name           = "adc",
                .id             = -1,