summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorShreshtha Kumar Sahu <shreshthakumar.sahu@stericsson.com>2011-07-28 20:45:43 +0530
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:13:59 +0000
commitff72d764bd0d3e46a83534b98dd0556a064b5b12 (patch)
treed7251be9b4b78eb37668662393d4ff6fec26d749 /arch/arm/mach-ux500
parent16b495a3ef65396ba4b7cf5ddf9252ba1868cb5a (diff)
u5500: prcmu: implement APE OPP handling
ST-Ericsson ID: 348762 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: NA Change-Id: I7ff9a02de960f251cbbd9f051a1c8050aa340d6d Signed-off-by: Shreshtha Kumar Sahu <shreshthakumar.sahu@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/28000 Reviewed-by: QATOOLS Reviewed-by: QABUILD Reviewed-by: QATEST Reviewed-by: Vijaya Kumar K-1 <vijay.kilari@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32555 Tested-by: Venkata Biswanath DEVARASETTY <venkata.biswanath@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/clock-db5500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/clock-db5500.c b/arch/arm/mach-ux500/clock-db5500.c
index 4c233c77fc7..163c48d9f24 100644
--- a/arch/arm/mach-ux500/clock-db5500.c
+++ b/arch/arm/mach-ux500/clock-db5500.c
@@ -240,8 +240,8 @@ static DEF_PRCMU_CLK(irdaclk, PRCMU_IRDACLK, 48000000);
static DEF_PRCMU_CLK(irrcclk, PRCMU_IRRCCLK, 48000000);
static DEF_PRCMU_CLK(rngclk, PRCMU_RNGCLK, 26000000);
static DEF_PRCMU_CLK(pwmclk, PRCMU_PWMCLK, 26000000);
-static DEF_PRCMU_CLK(sdmmcclk, PRCMU_SDMMCCLK, 100000000);
-static DEF_PRCMU_CLK(spare1clk, PRCMU_SPARE1CLK, 100000000);
+static DEF_PRCMU_CLK(sdmmcclk, PRCMU_SDMMCCLK, 50000000);
+static DEF_PRCMU_CLK(spare1clk, PRCMU_SPARE1CLK, 50000000);
static DEF_PRCMU_CLK(per1clk, PRCMU_PER1CLK, 133330000);
static DEF_PRCMU_CLK(per2clk, PRCMU_PER2CLK, 133330000);
static DEF_PRCMU_CLK(per3clk, PRCMU_PER3CLK, 133330000);