aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf527/boards/cm_bf527.c
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-06-30 10:57:22 -0400
committerMike Frysinger <vapier@gentoo.org>2009-09-16 21:28:57 -0400
commit204844ebd08cfb0c83689e55d6633dcd0230d36d (patch)
tree7d73b7ba2e4b91b3768aae0c23066c1f6f1c86dd /arch/blackfin/mach-bf527/boards/cm_bf527.c
parent2f812c0bd5ee1d9c145fb1c3523ecdf45e05f8ce (diff)
Blackfin: rename PCF8574 driver config
The "TWI_KEYPAD" driver was renamed to "INPUT_PCF8574", so update the defines in the board resources accordingly. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/cm_bf527.c')
-rw-r--r--arch/blackfin/mach-bf527/boards/cm_bf527.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/cm_bf527.c b/arch/blackfin/mach-bf527/boards/cm_bf527.c
index b09484f538f4..3a620666bb87 100644
--- a/arch/blackfin/mach-bf527/boards/cm_bf527.c
+++ b/arch/blackfin/mach-bf527/boards/cm_bf527.c
@@ -799,7 +799,7 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
799 .type = "pcf8574_lcd", 799 .type = "pcf8574_lcd",
800 }, 800 },
801#endif 801#endif
802#if defined(CONFIG_TWI_KEYPAD) || defined(CONFIG_TWI_KEYPAD_MODULE) 802#if defined(CONFIG_INPUT_PCF8574) || defined(CONFIG_INPUT_PCF8574_MODULE)
803 { 803 {
804 I2C_BOARD_INFO("pcf8574_keypad", 0x27), 804 I2C_BOARD_INFO("pcf8574_keypad", 0x27),
805 .type = "pcf8574_keypad", 805 .type = "pcf8574_keypad",