aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
authorThomas Abraham <thomas.ab@samsung.com>2010-12-01 18:12:48 +0530
committerKukjin Kim <kgene.kim@samsung.com>2010-12-30 09:37:48 +0900
commit81f9becd6a9e0f7a77e27e459e99cc74594bd205 (patch)
tree03c06ff33ba66ce4a0454d046f6a37121bc2480a /arch/arm/mach-s5pv210
parentARM: S5P: Move SROM controller IO mapping to plat-s5p for S5P SoCs (diff)
downloadlinux-dev-81f9becd6a9e0f7a77e27e459e99cc74594bd205.tar.xz
linux-dev-81f9becd6a9e0f7a77e27e459e99cc74594bd205.zip
ARM: S5PV210: Add SROM controller clock
This patch adds the SROM controller clock to the list of clocks to be enabled at boot time. It is required to be enabled at boot time since the modules connected over the SROM interface such as the Ethernet controller need an operational SROM. Signed-off-by: Thomas Abraham <thomas.ab@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/clock.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
index 019c3a69b0e4..2f9372fb2286 100644
--- a/arch/arm/mach-s5pv210/clock.c
+++ b/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),
},
};