ARM: EXYNOS4: Fix wrong devname to support clkdev
authorJonghwan Choi <jhbird.choi@samsung.com>
Fri, 12 Aug 2011 09:15:42 +0000 (18:15 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 19 Aug 2011 11:57:21 +0000 (20:57 +0900)
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos4/clock.c

index 851dea0..1561b03 100644 (file)
@@ -520,7 +520,7 @@ static struct clk init_clocks_off[] = {
                .ctrlbit        = (1 << 21),
        }, {
                .name           = "ac97",
-               .id             = -1,
+               .devname        = "samsung-ac97",
                .enable         = exynos4_clk_ip_peril_ctrl,
                .ctrlbit        = (1 << 27),
        }, {