diff options
author | Wayne Zou <b36644@freescale.com> | 2011-12-16 10:20:48 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:10:18 +0800 |
commit | cc4f69b9f9fd5c7ea94fc4feebcd71ad892bdf9e (patch) | |
tree | c308f26d32bbede93b8e9f56cdf2d482bc20d51c /drivers/video | |
parent | 753b7c065b0805980b701a94cddbe9677b84674f (diff) |
mxcfb: add BACKLIGHT_RAW type for kernel upgrade
Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/mxc/mxcfb_hx8369_wvga.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/mxc/mxcfb_hx8369_wvga.c b/drivers/video/mxc/mxcfb_hx8369_wvga.c index 2d89aa0b1a5b..d8771fd3c1a3 100644 --- a/drivers/video/mxc/mxcfb_hx8369_wvga.c +++ b/drivers/video/mxc/mxcfb_hx8369_wvga.c @@ -374,6 +374,7 @@ static int mipid_init_backlight(struct mipi_dsi_info *mipi_dsi) } memset(&props, 0, sizeof(struct backlight_properties)); props.max_brightness = HX8369BL_MAX_BRIGHT; + props.type = BACKLIGHT_RAW; bl = backlight_device_register("mipid-bl", &mipi_dsi->pdev->dev, mipi_dsi, &mipid_lcd_bl_ops, &props); if (IS_ERR(bl)) { |