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

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 ace8f52aa04fc804abf042a56c64f028cd98221a..189198a8fd6f968fe0878aefb3cad4f5ced0ea4a 100644 (file)
@@ -516,6 +516,11 @@ static struct clk init_clocks_disable[] = {
                .id             = 2,
                .enable         = s5pv310_clk_ip_peril_ctrl,
                .ctrlbit        = (1 << 18),
+       }, {
+               .name           = "ac97",
+               .id             = -1,
+               .enable         = s5pv310_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 27),
        }, {
                .name           = "fimg2d",
                .id             = -1,