From 5a4d95c9074e79254bc33dcf23351c67bf6a4a6b Mon Sep 17 00:00:00 2001 From: Dan Murphy Date: Mon, 14 Jun 2010 09:41:36 -0500 Subject: [PATCH] [ARM] tegra: stingray: Update backlight control register value direct control as opposed to PWM Change-Id: I20405dcc41806d32c771cf591463a1b199a1d472 Signed-off-by: Dan Murphy --- arch/arm/mach-tegra/board-stingray-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1