From: Dan Murphy Date: Mon, 14 Jun 2010 14:41:36 +0000 (-0500) Subject: [ARM] tegra: stingray: Update backlight control register value X-Git-Tag: firefly_0821_release~9834^2~836 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5a4d95c9074e79254bc33dcf23351c67bf6a4a6b;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: Update backlight control register value direct control as opposed to PWM Change-Id: I20405dcc41806d32c771cf591463a1b199a1d472 Signed-off-by: Dan Murphy --- diff --git a/arch/arm/mach-tegra/board-stingray-panel.c b/arch/arm/mach-tegra/board-stingray-panel.c index a7eaeeac9b0c..286a8246fe41 100644 --- a/arch/arm/mach-tegra/board-stingray-panel.c +++ b/arch/arm/mach-tegra/board-stingray-panel.c @@ -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,