aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-omap3beagle.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-omap3beagle.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-omap3beagle.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3beagle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
index 26bc8608273..742ac45c0d7 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -206,6 +206,7 @@ static void beagle_disable_dvi(struct omap_dss_device *dssdev)
206static struct panel_dvi_platform_data dvi_panel = { 206static struct panel_dvi_platform_data dvi_panel = {
207 .platform_enable = beagle_enable_dvi, 207 .platform_enable = beagle_enable_dvi,
208 .platform_disable = beagle_disable_dvi, 208 .platform_disable = beagle_disable_dvi,
209 .i2c_bus_num = 3,
209}; 210};
210 211
211static struct omap_dss_device beagle_dvi_device = { 212static struct omap_dss_device beagle_dvi_device = {