diff options
author | Liu Ying <Ying.Liu@freescale.com> | 2012-08-31 17:19:24 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-09-05 13:14:16 +0800 |
commit | 5a1f83697948a0d03176946e121abe52fb19831d (patch) | |
tree | f024f55725c2b91b5c6c2c0afaa640b706f9b7b5 | |
parent | 547196b03f6a9674d4942462268be6ba74f33d4d (diff) |
ENGR00222197 MX6 SabreSD:Set pwm backlight max density to 248
This patch changes pwm backlight max density from 255 to 248
to workaround Hannstar LVDS panel unstable backlight issue
when density is set to 250 or 251.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
(cherry picked from commit 8747626ca0bcdb6c9525e28d3fbb170db462a299)
-rw-r--r-- | arch/arm/mach-mx6/board-mx6q_sabresd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_sabresd.c b/arch/arm/mach-mx6/board-mx6q_sabresd.c index 59ea80c9892a..e198617f4227 100644 --- a/arch/arm/mach-mx6/board-mx6q_sabresd.c +++ b/arch/arm/mach-mx6/board-mx6q_sabresd.c @@ -1575,7 +1575,7 @@ static void __init imx6q_add_device_buttons(void) {} static struct platform_pwm_backlight_data mx6_sabresd_pwm_backlight_data = { .pwm_id = 0, - .max_brightness = 255, + .max_brightness = 248, .dft_brightness = 128, .pwm_period_ns = 50000, }; |