update pwm suspend io level for fih board.
authorcwz <cwz@rockchips.com>
Sat, 23 Apr 2011 03:15:40 +0000 (20:15 -0700)
committercwz <cwz@rockchips.com>
Sat, 23 Apr 2011 03:15:40 +0000 (20:15 -0700)
arch/arm/mach-rk29/board-rk29-fih.c

index 2672a625cd17152955454b424dcdc184c0f5646a..9cbc1ff6c957d1d2974a48fe9118583e6653b862 100755 (executable)
@@ -1526,7 +1526,7 @@ static int rk29_backlight_pwm_suspend(void)
                printk("func %s, line %d: request gpio fail\n", __FUNCTION__, __LINE__);
                return -1;
        }
-       gpio_direction_output(PWM_GPIO, GPIO_LOW);
+       gpio_direction_output(PWM_GPIO, GPIO_HIGH);
        return ret;
 }