summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@ti.com>2009-11-11 03:49:12 -0600
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-11-11 12:21:17 +0100
commit7fedee4ce78bc41586d532e2ee1ebcd090ae8e46 (patch)
treefd40eb17879b1cc8e9332ee2d5ebcbe6ea1f5f02 /arch/arm/mach-omap2
parent5349ea366b70bd4f6494832addf29861deadf337 (diff)
OMAP4: DSS: Setup DSI taal panel as primary display; corrected fifo threshold values for video pipelines. Signed-off-by: Sumit Semwal <sumit.semwal@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c22
1 files changed, 8 insertions, 14 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c
index c8a390835f35..9edaaf48cacc 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -141,10 +141,8 @@ static void __init sdp4430_display_init(void)
static struct omap_dss_device sdp4430_lcd_device = {
.name = "lcd",
-/* .driver_name = "sharp_ls_panel", */
.driver_name = "panel-taal",
.type = OMAP_DISPLAY_TYPE_DSI,
-/* .phy.dpi.data_lines = 24, */
.reset_gpio = 78,
.phy.dsi = {
.clk_lane = 1,
@@ -194,20 +192,16 @@ static struct omap_dss_device *sdp4430_dss_devices[] = {
#endif
};
static struct omap_dss_board_info sdp4430_dss_data = {
- .num_devices = ARRAY_SIZE(sdp4430_dss_devices),
- .devices = sdp4430_dss_devices,
-#ifndef CONFIG_OMAP2_DSS_HDMI
- .default_device = &sdp4430_lcd_device,
-#else
- .default_device = &sdp4430_hdmi_device,
-#endif
+ .num_devices = ARRAY_SIZE(sdp4430_dss_devices),
+ .devices = sdp4430_dss_devices,
+ .default_device = &sdp4430_lcd_device,
};
static struct platform_device sdp4430_dss_device = {
- .name = "omapdss",
- .id = -1,
- .dev = {
- .platform_data = &sdp4430_dss_data,
- },
+ .name = "omapdss",
+ .id = -1,
+ .dev = {
+ .platform_data = &sdp4430_dss_data,
+ },
};
static struct regulator_consumer_supply sdp4430_vdda_dac_supply = {