summaryrefslogtreecommitdiff
path: root/arch/arm/plat-stmp3xxx/core.c
diff options
context:
space:
mode:
authorZhou Jingyu <b02241@freescale.com>2009-09-24 16:30:13 +0800
committerRob Herring <r.herring@freescale.com>2009-10-26 16:57:20 -0500
commitd4c9027921b9f54e769755a07a398d7711f114cd (patch)
tree5d3c9653d11b203089ef22e7e5f0d20403fd9406 /arch/arm/plat-stmp3xxx/core.c
parent9fe14aadab20d216bbbbdb893fdf05546c3a1984 (diff)
ENGR00115040 imx233: reduce stanby power below 2mA@3.7v
reduce stanby power to 2mA@3.7v Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
Diffstat (limited to 'arch/arm/plat-stmp3xxx/core.c')
-rw-r--r--arch/arm/plat-stmp3xxx/core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-stmp3xxx/core.c b/arch/arm/plat-stmp3xxx/core.c
index 6ada910d18c0..2d358f58c238 100644
--- a/arch/arm/plat-stmp3xxx/core.c
+++ b/arch/arm/plat-stmp3xxx/core.c
@@ -126,9 +126,6 @@ static void stmp3xxx_machine_restart(char mode, const char *cmd)
void __init stmp3xxx_init(void)
{
- /* Turn off auto-slow and other tricks */
- stmp3xxx_clearl(0x7f00000, REGS_CLKCTRL_BASE + HW_CLKCTRL_HBUS);
-
/* Re-route machine restart to our own handler */
arm_pm_restart = stmp3xxx_machine_restart;