[ARM] tegra: stingray: Update backlight control register value
authorDan Murphy <wldm10@motorola.com>
Mon, 14 Jun 2010 14:41:36 +0000 (09:41 -0500)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:09 +0000 (16:33 -0700)
direct control as opposed to PWM

Change-Id: I20405dcc41806d32c771cf591463a1b199a1d472
Signed-off-by: Dan Murphy <wldm10@motorola.com>
arch/arm/mach-tegra/board-stingray-panel.c

index a7eaeeac9b0c073419e8e24273e0838b0804269d..286a8246fe4117531ad8ac737f4ba7e573a5362d 100644 (file)
@@ -115,7 +115,7 @@ struct lp8550_eeprom_data stingray_lp8550_eeprom_data[] = {
 
 struct lp8550_platform_data stingray_lp8550_backlight_data = {
        .power_up_brightness = 0x80,
-       .dev_ctrl_config = 0x00,
+       .dev_ctrl_config = 0x05,
        .brightness_control = 0x80,
        .dev_id = 0xfc,
        .direct_ctrl = 0x01,