]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Commented out low power mode for H3 in TPS6501x
authorTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2005 12:28:21 +0000 (05:28 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2005 12:28:21 +0000 (05:28 -0700)
Enabling low power mode for H3 hangs the system.

drivers/i2c/chips/tps65010.c

index 984835a1b7b70139bf408c072150df039e8e0d03..ca6616b4b964e1ec2364447fc38550b52573c16d 100644 (file)
@@ -1049,8 +1049,8 @@ static int __init tps_init(void)
        } else if (machine_is_omap_h3()) {
                /* gpio4 for SD, gpio3 for VDD_DSP */
 #ifdef CONFIG_PM
-               /* Enable LOW_PWR */
-               tps65013_set_low_pwr(ON);
+               /* FIXME: Enable LOW_PWR hangs H3 */
+               //tps65013_set_low_pwr(ON);
 #endif
        }
 #endif