From: Tony Lindgren Date: Wed, 29 Jun 2005 12:28:21 +0000 (-0700) Subject: ARM: OMAP: Commented out low power mode for H3 in TPS6501x X-Git-Tag: v2.6.13-omap1~109 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b336048f4ae5f753a169d9cf19d6b61f91cbd4dd;p=linux-2.6-omap-h63xx.git ARM: OMAP: Commented out low power mode for H3 in TPS6501x Enabling low power mode for H3 hangs the system. --- diff --git a/drivers/i2c/chips/tps65010.c b/drivers/i2c/chips/tps65010.c index 984835a1b7b..ca6616b4b96 100644 --- a/drivers/i2c/chips/tps65010.c +++ b/drivers/i2c/chips/tps65010.c @@ -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