From 448282e70829eedadc1f5e98c342c8c0b7946a45 Mon Sep 17 00:00:00 2001 From: Thomas Abraham Date: Wed, 1 Dec 2010 18:12:48 +0530 Subject: [PATCH] --- yaml --- r: 231421 b: refs/heads/master c: 81f9becd6a9e0f7a77e27e459e99cc74594bd205 h: refs/heads/master i: 231419: e0af4d66ee1e69a2410b1e37e4a039ad94a654c5 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s5pv210/clock.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 11e431fb146d..834403ae4524 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: be297f0374d8609ccb8be805bd6de7adc90abea5 +refs/heads/master: 81f9becd6a9e0f7a77e27e459e99cc74594bd205 diff --git a/trunk/arch/arm/mach-s5pv210/clock.c b/trunk/arch/arm/mach-s5pv210/clock.c index 019c3a69b0e4..2f9372fb2286 100644 --- a/trunk/arch/arm/mach-s5pv210/clock.c +++ b/trunk/arch/arm/mach-s5pv210/clock.c @@ -525,6 +525,12 @@ static struct clk init_clocks[] = { .parent = &clk_pclk_psys.clk, .enable = s5pv210_clk_ip3_ctrl, .ctrlbit = (1 << 20), + }, { + .name = "sromc", + .id = -1, + .parent = &clk_hclk_psys.clk, + .enable = s5pv210_clk_ip1_ctrl, + .ctrlbit = (1 << 26), }, };