Title: [9091] trunk/arch/blackfin/mach-bf537/boards/stamp.c: Fix bug[#6176] Correct I2C device address for ad5280 on tftlcd board.
Revision
9091
Author
sonicz
Date
2010-08-18 05:17:25 -0400 (Wed, 18 Aug 2010)

Log Message

Fix bug[#6176] Correct I2C device address for ad5280 on tftlcd board.

The predefined i2c address 0x2c doesn't match the configuration
of ad5280 PINs AD0 and AD1 on the tftlcd addon board. Both AD0 and AD1
are of voltage 3.3V, which means the i2c address should be 0x2F.

Modified Paths

Diff

Modified: trunk/arch/blackfin/mach-bf537/boards/stamp.c (9090 => 9091)


--- trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-08-18 07:09:08 UTC (rev 9090)
+++ trunk/arch/blackfin/mach-bf537/boards/stamp.c	2010-08-18 09:17:25 UTC (rev 9091)
@@ -2368,7 +2368,7 @@
 #endif
 #if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE)
 	{
-		I2C_BOARD_INFO("bf537-lq035-ad5280", 0x2C),
+		I2C_BOARD_INFO("bf537-lq035-ad5280", 0x2F),
 	},
 #endif
 #if defined(CONFIG_BACKLIGHT_ADP8870) || defined(CONFIG_BACKLIGHT_ADP8870_MODULE)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to