ARM: EXYNOS: Put PCM, Slimbus, Spdif clocks to off state
authorChander Kashyap <chander.kashyap@linaro.org>
Fri, 21 Sep 2012 02:06:00 +0000 (11:06 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 21 Sep 2012 02:06:00 +0000 (11:06 +0900)
The clocks for PCM, Slimbus, Spdif added to off list in order
to turn them off at boot time.

Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/clock-exynos4.c

index 7cc5491..6a45c9a 100644 (file)
@@ -627,6 +627,25 @@ static struct clk exynos4_init_clocks_off[] = {
                .enable         = exynos4_clk_ip_peril_ctrl,
                .ctrlbit        = (1 << 21),
        }, {
+               .name           = "pcm",
+               .devname        = "samsung-pcm.1",
+               .enable         = exynos4_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 22),
+       }, {
+               .name           = "pcm",
+               .devname        = "samsung-pcm.2",
+               .enable         = exynos4_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 23),
+       }, {
+               .name           = "slimbus",
+               .enable         = exynos4_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 25),
+       }, {
+               .name           = "spdif",
+               .devname        = "samsung-spdif",
+               .enable         = exynos4_clk_ip_peril_ctrl,
+               .ctrlbit        = (1 << 26),
+       }, {
                .name           = "ac97",
                .devname        = "samsung-ac97",
                .enable         = exynos4_clk_ip_peril_ctrl,