rk3168: ds1006h: fixed backlight bug
authorkfx <kfx@rock-chips.com>
Thu, 3 Jan 2013 06:35:08 +0000 (14:35 +0800)
committerkfx <kfx@rock-chips.com>
Thu, 3 Jan 2013 06:35:08 +0000 (14:35 +0800)
arch/arm/mach-rk30/board-rk3168-ds1006h.c

index 0a984ca18e16439f9608596c6e729f27c810f8d3..aa3e072c6b3affc8e53cd38f292492503df0f8af 100644 (file)
@@ -145,7 +145,7 @@ static int rk29_backlight_io_init(void)
 {
        int ret = 0;
 
-       //iomux_set(PWM_MODE);
+       iomux_set(PWM_MODE);
 #ifdef  LCD_DISP_ON_PIN
        ret = gpio_request(BL_EN_PIN, NULL);
        if (ret != 0) {