summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiGang <b41990@freescale.com>2012-10-19 13:09:57 +0800
committerLiGang <b41990@freescale.com>2012-10-24 09:45:31 +0800
commitd1f9845d0c0ca08374c7c11d31de7aeca50b69d3 (patch)
tree01eff7e541cf152ed0f92ed83f9b4bb6f670a395
parent79ff2f66431a7ecfee98d3ad9cc81dddb4f97fa3 (diff)
ENGR00230371-02 Add HDMI resolution select feature
Kernel need to pass the panel type to android framework via node fsl_disp_dev_property. Signed-off-by: LiGang <b41990@freescale.com>
-rw-r--r--arch/arm/mach-mx6/board-mx6sl_evk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/board-mx6sl_evk.c b/arch/arm/mach-mx6/board-mx6sl_evk.c
index fd2f25d88acb..48d4669fe56a 100644
--- a/arch/arm/mach-mx6/board-mx6sl_evk.c
+++ b/arch/arm/mach-mx6/board-mx6sl_evk.c
@@ -1253,6 +1253,7 @@ static struct mxc_fb_platform_data wvga_fb_data[] = {
.mode_str = "SEIKO-WVGA",
.mode = wvga_video_modes,
.num_modes = ARRAY_SIZE(wvga_video_modes),
+ .panel_type = "lcd",
},
};
@@ -1275,6 +1276,7 @@ static struct mxc_fb_platform_data hdmi_fb_data[] = {
.mode_str = "1920x1080M@60",
.mode = hdmi_video_modes,
.num_modes = ARRAY_SIZE(hdmi_video_modes),
+ .panel_type = "hdmi",
},
};