2.6.39 video broken for Overo

Bug #804442 reported by Andy Doan
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
linux-linaro-omap (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

There are two main issues here:

1) Missing config option for default kernel config:
  CONFIG_OMAP2_DSS_VENC=y
I sent John a note about this

2) board-overo.c not update in commit:
  67a0195593241 "[PATCH 18/19] OMAP2: DSS2: Adding i2c_bus_num to panel_generic_dpi_data to probe the eeprom"

Its a simple patch:
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c
index b32b492..3278272 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -185,6 +185,7 @@ static struct panel_generic_dpi_data dvi_panel = {
        .name = "generic",
        .platform_enable = overo_panel_enable_dvi,
        .platform_disable = overo_panel_disable_dvi,
+ .i2c_bus_num = 3,
 };

 static struct omap_dss_device overo_dvi_device = {

Revision history for this message
Andy Doan (doanac) wrote :

I wasn't sure who's tree this patch should get added to (Nico's or the TILT)

Revision history for this message
Andy Doan (doanac) wrote :

one other note: even after my changes above my DVI display runs at 640x480

Revision history for this message
Andy Doan (doanac) wrote :
Changed in linux-linaro-omap (Ubuntu):
status: New → Fix Committed
Andy Doan (doanac)
Changed in linux-linaro-omap (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.