[PATCH 11/12] OMAP: Panda Beagle: DVI: Add i2c_bus_num

2011-08-31 Thread Tomi Valkeinen
Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- arch/arm/mach-omap2/board-omap3beagle.c |1 + arch/arm/mach-omap2/board-omap4panda.c |1 + 2 files changed, 2

Re: [PATCH 11/12] OMAP: Panda Beagle: DVI: Add i2c_bus_num

2011-08-31 Thread Andy Doan
On 08/31/2011 08:23 AM, Tomi Valkeinen wrote: Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Tomi Valkeinentomi.valkei...@ti.com --- arch/arm/mach-omap2/board-omap3beagle.c |1 +

Re: [PATCH 11/12] OMAP: Panda Beagle: DVI: Add i2c_bus_num

2011-08-31 Thread Tomi Valkeinen
On Wed, 2011-08-31 at 10:00 -0500, Andy Doan wrote: On 08/31/2011 08:23 AM, Tomi Valkeinen wrote: Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Tomi Valkeinentomi.valkei...@ti.com ---