newton:modify backlight
authoreddie <cf@rock-chips.com>
Mon, 22 Aug 2011 06:49:43 +0000 (14:49 +0800)
committereddie <cf@rock-chips.com>
Mon, 22 Aug 2011 06:49:43 +0000 (14:49 +0800)
arch/arm/mach-rk29/board-rk29-newton.c

index a6e3688b4603aace6f2c52bf050a96156eaa8e4b..3e1f48ba76cc807afa9f827dceeecc2a34239a89 100755 (executable)
@@ -1269,7 +1269,7 @@ static int rk29_backlight_io_init(void)
     }
 
     gpio_direction_output(BL_EN_PIN, 0);
-    gpio_set_value(BL_EN_PIN, BL_EN_VALUE);
+    gpio_set_value(BL_EN_PIN, !BL_EN_VALUE);
        #endif
     return ret;
 }