aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-igep0020.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-08-29 10:48:19 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-30 09:16:59 -0400
commitfcca719430086fb64b3586582646579f8ffaf47c (patch)
treea88398b214b4aecd359df7173cf9152bbeb295e0 /arch/arm/mach-omap2/board-igep0020.c
parentaadb85e5cacb285f24c0ecde77ffa59839218e3b (diff)
OMAP: Add DDC i2c_bus_num to board files
Add i2c bus number for DVI output for boards with DVI output where the i2c bus has been confirmed to be connected and working. The driver uses this to detect if a panel is connected and to read EDID. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r--arch/arm/mach-omap2/board-igep0020.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c
index 9fda8d841f1e..6ff5222cbbfb 100644
--- a/arch/arm/mach-omap2/board-igep0020.c
+++ b/arch/arm/mach-omap2/board-igep0020.c
@@ -458,6 +458,7 @@ static void igep2_disable_dvi(struct omap_dss_device *dssdev)
458static struct panel_dvi_platform_data dvi_panel = { 458static struct panel_dvi_platform_data dvi_panel = {
459 .platform_enable = igep2_enable_dvi, 459 .platform_enable = igep2_enable_dvi,
460 .platform_disable = igep2_disable_dvi, 460 .platform_disable = igep2_disable_dvi,
461 .i2c_bus_num = 3,
461}; 462};
462 463
463static struct omap_dss_device igep2_dvi_device = { 464static struct omap_dss_device igep2_dvi_device = {