]> Pileus Git - ~andy/linux/commitdiff
ARM: S5PV310: Define I2S clocks
authorJassi Brar <jassi.brar@samsung.com>
Tue, 21 Dec 2010 00:57:03 +0000 (09:57 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 29 Dec 2010 23:33:05 +0000 (08:33 +0900)
Define missing controller clocks for the I2S-0, 1 and 2 blocks.

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

index 189198a8fd6f968fe0878aefb3cad4f5ced0ea4a..6d22c43c6ee8838347e1673925a601fe15ea2c4c 100644 (file)
@@ -516,6 +516,21 @@ static struct clk init_clocks_disable[] = {
                .id             = 2,
                .enable         = s5pv310_clk_ip_peril_ctrl,
                .ctrlbit        = (1 << 18),
+       }, {
+               .name           = "iis",
+               .id             = 0,
+               .enable         = s5pv310_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 19),
+       }, {
+               .name           = "iis",
+               .id             = 1,
+               .enable         = s5pv310_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 20),
+       }, {
+               .name           = "iis",
+               .id             = 2,
+               .enable         = s5pv310_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 21),
        }, {
                .name           = "ac97",
                .id             = -1,