* [PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num
@ 2012-11-15 18:12 Thomas Weber
2012-12-14 17:21 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Weber @ 2012-11-15 18:12 UTC (permalink / raw)
To: linux-arm-kernel
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: Thomas Weber <thomas@tomweber.eu>
---
arch/arm/mach-omap2/board-devkit8000.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index 1fd161e..6f04f0f 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -139,6 +139,7 @@ static struct omap_dss_device devkit8000_lcd_device = {
static struct tfp410_platform_data dvi_panel = {
.power_down_gpio = -1,
+ .i2c_bus_num = 1,
};
static struct omap_dss_device devkit8000_dvi_device = {
--
1.8.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num
2012-11-15 18:12 [PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num Thomas Weber
@ 2012-12-14 17:21 ` Tony Lindgren
2012-12-14 17:22 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Tony Lindgren @ 2012-12-14 17:21 UTC (permalink / raw)
To: linux-arm-kernel
* Thomas Weber <thomas@tomweber.eu> [121115 10:14]:
> Add i2c bus number for DVI output.
> The driver uses this to detect if a panel is connected and to read EDID.
Thanks applying into omap-for-v3.8/fixes-for-merge-window.
Regards,
Tony
> Signed-off-by: Thomas Weber <thomas@tomweber.eu>
> ---
> arch/arm/mach-omap2/board-devkit8000.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
> index 1fd161e..6f04f0f 100644
> --- a/arch/arm/mach-omap2/board-devkit8000.c
> +++ b/arch/arm/mach-omap2/board-devkit8000.c
> @@ -139,6 +139,7 @@ static struct omap_dss_device devkit8000_lcd_device = {
>
> static struct tfp410_platform_data dvi_panel = {
> .power_down_gpio = -1,
> + .i2c_bus_num = 1,
> };
>
> static struct omap_dss_device devkit8000_dvi_device = {
> --
> 1.8.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-12-14 17:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-15 18:12 [PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num Thomas Weber
2012-12-14 17:21 ` Tony Lindgren
2012-12-14 17:22 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).