aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMattias Nilsson <mattias.i.nilsson@stericsson.com>2011-02-24 17:05:14 +0100
committerHenrik Öhman <henrik.ohman@stericsson.com>2011-03-11 10:58:46 +0100
commit46ab06b5989103eb07641b003f66bddff094cd90 (patch)
treea1a0bc0950bca39480c8fd82569504a39341b074 /arch
parent8412ff4d95bcfdffd6c0f2c8c8ae91e80f6d65ce (diff)
ARM: ux500: sgaclk again runs on 320MHz on ARM OPP MAX HW
Change the reported rate of sgaclk back to 320MHz for hardware that supports ARM OPP MAX. ST Ericsson ID: 325049 ST Ericsson Linux next: 318371 ST Ericsson FOSS-OUT ID: Trivial Change-Id: I77c3323e2df62d899cea19101382adcb1cf43a64 Signed-off-by: Mattias Nilsson <mattias.i.nilsson@stericsson.com> Change-Id: I3b38e15b96d7077ae0734bd3a98a56fa88948d88 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/16964
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/clock-db8500.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/clock-db8500.c b/arch/arm/mach-ux500/clock-db8500.c
index 789d3c0c19e..7e5a7eaf5d0 100644
--- a/arch/arm/mach-ux500/clock-db8500.c
+++ b/arch/arm/mach-ux500/clock-db8500.c
@@ -1294,8 +1294,6 @@ int __init db8500_clk_init(void)
clkout1_ops.enable = NULL;
clkout1_ops.disable = NULL;
} else if (cpu_is_u8500v2()) {
- if (prcmu_has_arm_maxopp())
- sgaclk.rate = 400000000;
/*
* Temporary fix. The MMC driver should use clk_set_rate
* when it has been implemented.