summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-04-13 17:38:19 -0700
committerAndy Doan <doanac@gmail.com>2011-04-13 17:38:19 -0700
commit21f184dabe444d353e9fbba4bef608af0d31227a (patch)
tree99bf09a7fc1fc17928c4e0b5e5a094bd02633d03
parent167f6cc789629fee00950b98df719b3605f8812d (diff)
OMAP2: DSS2: Add i2c_bus_num for Overo panel probing
The i2c_bus_num can be used to probe needed information from the eeprom, like EDID from DVI monitors.
-rw-r--r--arch/arm/mach-omap2/board-overo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c
index da6d2f150d9..bcdffe22d19 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -296,6 +296,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 = {