lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 Nov 2012 19:12:03 +0100
From:	Thomas Weber <thomas@...weber.eu>
To:	Tony Lindgren <tony@...mide.com> (maintainer:OMAP SUPPORT)
Cc:	Thomas Weber <thomas@...weber.eu>,
	Russell King <linux@....linux.org.uk> (maintainer:ARM PORT),
	linux-omap@...r.kernel.org (open list:OMAP SUPPORT),
	linux-arm-kernel@...ts.infradead.org (moderated list:ARM
	SUB-ARCHITECT...), linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num

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@...weber.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ