diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-09-22 15:36:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:13:48 -0500 |
commit | ddcd7cb857cdf2a29c30125f71cb5d4d6744c99b (patch) | |
tree | 5aca6dd22cbeb13c9e86afb45a2e0eb1f6b41a87 /arch/blackfin/mach-bf537 | |
parent | 89e84eeace5924f29a4f8f25cce9fcb083969974 (diff) | |
download | blackbird-op-linux-ddcd7cb857cdf2a29c30125f71cb5d4d6744c99b.tar.gz blackbird-op-linux-ddcd7cb857cdf2a29c30125f71cb5d4d6744c99b.zip |
Blackfin: clean up bf537-lq035 board resources
Now that the driver has been updated, convert the board resources to the
new i2c framework for managing slaves.
For boards that don't actually hook up to this hardware, simply drop the
resources altogether.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index c46baa5e6d9b..6a09b71c96cc 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -1462,6 +1462,11 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = { I2C_BOARD_INFO("bfin-adv7393", 0x2B), }, #endif +#if defined(CONFIG_FB_BF537_LQ035) || defined(CONFIG_FB_BF537_LQ035_MODULE) + { + I2C_BOARD_INFO("bf537-lq035-ad5280", 0x2C), + }, +#endif }; #if defined(CONFIG_SERIAL_BFIN_SPORT) || defined(CONFIG_SERIAL_BFIN_SPORT_MODULE) |