Commit b336048f authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Commented out low power mode for H3 in TPS6501x

Enabling low power mode for H3 hangs the system.
parent 0d580121
...@@ -1049,8 +1049,8 @@ static int __init tps_init(void) ...@@ -1049,8 +1049,8 @@ static int __init tps_init(void)
} else if (machine_is_omap_h3()) { } else if (machine_is_omap_h3()) {
/* gpio4 for SD, gpio3 for VDD_DSP */ /* gpio4 for SD, gpio3 for VDD_DSP */
#ifdef CONFIG_PM #ifdef CONFIG_PM
/* Enable LOW_PWR */ /* FIXME: Enable LOW_PWR hangs H3 */
tps65013_set_low_pwr(ON); //tps65013_set_low_pwr(ON);
#endif #endif
} }
#endif #endif
......
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