diff options
author | Jarkko Nikula <jarkko.nikula@nokia.com> | 2007-11-06 23:54:32 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-02-08 13:38:01 -0500 |
commit | 1ed16a86b47fd7dd9125fc8f6df482cc6edc9b20 (patch) | |
tree | c9efdae7940f22b97ceb8f62d622ea24e6a57bde /arch/arm/mach-omap1/board-ams-delta.c | |
parent | feb72f3b313e1f068b707773e9231af4f87d9580 (diff) |
ARM: OMAP1: Use I2C bus registration helper for omap1
This patch starts using introduced I2C bus registration helper by cleaning
up registration currently done in various places and by doing necessary
board file modifications.
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/board-ams-delta.c')
-rw-r--r-- | arch/arm/mach-omap1/board-ams-delta.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 6aac72dc4306..8b102ad59c14 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
@@ -227,6 +227,7 @@ static void __init ams_delta_init(void) | |||
227 | omap_board_config = ams_delta_config; | 227 | omap_board_config = ams_delta_config; |
228 | omap_board_config_size = ARRAY_SIZE(ams_delta_config); | 228 | omap_board_config_size = ARRAY_SIZE(ams_delta_config); |
229 | omap_serial_init(); | 229 | omap_serial_init(); |
230 | omap_register_i2c_bus(1, 100, NULL, 0); | ||
230 | 231 | ||
231 | /* Clear latch2 (NAND, LCD, modem enable) */ | 232 | /* Clear latch2 (NAND, LCD, modem enable) */ |
232 | ams_delta_latch2_write(~0, 0); | 233 | ams_delta_latch2_write(~0, 0); |