Commit 2d570239 authored by Todd Poynor's avatar Todd Poynor Committed by Tony Lindgren

[PATCH] ARM: OMAP: LOW_PWR pin mux only on 1610

1610-only LOW_PWR pin muxing only on 1610
Signed-off-by: default avatarTodd Poynor <tpoynor@mvista.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a89d713e
...@@ -663,8 +663,10 @@ static int __init omap_pm_init(void) ...@@ -663,8 +663,10 @@ static int __init omap_pm_init(void)
omap_pm_init_proc(); omap_pm_init_proc();
#endif #endif
if (cpu_is_omap16xx()) {
/* configure LOW_PWR pin */ /* configure LOW_PWR pin */
omap_cfg_reg(T20_1610_LOW_PWR); omap_cfg_reg(T20_1610_LOW_PWR);
}
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment