aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJassi Brar <[email protected]>2010-12-21 09:57:03 +0900
committerKukjin Kim <[email protected]>2010-12-30 08:33:05 +0900
commit2d27043f7b7692252cc76aa13a95b4ff88558977 (patch)
tree16d23727956c18e6a7354d9303fc61015244f4ca
parentaa227557dde1d8de2eba19655320d4af360054fd (diff)
ARM: S5PV310: Define I2S clocks
Define missing controller clocks for the I2S-0, 1 and 2 blocks. Signed-off-by: Jassi Brar <[email protected]> Acked-by: Mark Brown <[email protected]> [[email protected]: Added description] Signed-off-by: Kukjin Kim <[email protected]>
-rw-r--r--arch/arm/mach-s5pv310/clock.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/clock.c b/arch/arm/mach-s5pv310/clock.c
index 189198a8fd6f..6d22c43c6ee8 100644
--- a/arch/arm/mach-s5pv310/clock.c
+++ b/arch/arm/mach-s5pv310/clock.c
@@ -517,6 +517,21 @@ static struct clk init_clocks_disable[] = {
.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,
.enable = s5pv310_clk_ip_peril_ctrl,