]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-s3c64xx/clock.c
ARM: S3C64XX: Declare IISv4 PCLK for S3C6410
[mv-sheeva.git] / arch / arm / mach-s3c64xx / clock.c
index 7f5e1aa99ce1259816c69b600cbc98e92b9fadc8..2ac2e7d73e53107bc62faa0490b0400aa764fe88 100644 (file)
@@ -151,6 +151,14 @@ static struct clk init_clocks_disable[] = {
                .enable         = s3c64xx_pclk_ctrl,
                .ctrlbit        = S3C_CLKCON_PCLK_IIS1,
        }, {
+#ifdef CONFIG_CPU_S3C6410
+               .name           = "iis",
+               .id             = -1,  /* There's only one IISv4 port */
+               .parent         = &clk_p,
+               .enable         = s3c64xx_pclk_ctrl,
+               .ctrlbit        = S3C6410_CLKCON_PCLK_IIS2,
+       }, {
+#endif
                .name           = "spi",
                .id             = 0,
                .parent         = &clk_p,