ARM: OMAP: Add method to register additional I2C busses on the command line
authorJarkko Nikula <jarkko.nikula@nokia.com>
Mon, 9 Feb 2009 07:59:57 +0000 (07:59 +0000)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Feb 2009 18:58:44 +0000 (10:58 -0800)
This patch extends command line option "i2c_bus=bus_id,clkrate" so that
it allow to register additional I2C busses that are not registered with
omap_register_i2c_bus from board initialization code.

Purpose of this is to register additional board busses which are routed
to external connectors only without any on board I2C devices.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found