aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorJarkko Nikula <jarkko.nikula@nokia.com>2009-03-23 21:07:48 -0400
committerTony Lindgren <tony@atomide.com>2009-03-23 21:51:20 -0400
commit7954763bb95fd484a76d1151b40956fe331d23b9 (patch)
tree78843cb78aa8706cb3f5110666f052e32b5fce41 /Documentation/kernel-parameters.txt
parent3a853fb933ddf9c5ea8c9f7c665dd8def26bceae (diff)
ARM: OMAP: Add method to register additional I2C busses on the command line, v2
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. Cc: linux-i2c@vger.kernel.org Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index d775076d1563..ef9827f7c84e 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -831,6 +831,8 @@ and is between 256 and 4096 characters. It is defined in the file
831 terminal devices. Valid values: 0..8 831 terminal devices. Valid values: 0..8
832 832
833 i2c_bus= [HW] Override the default board specific I2C bus speed 833 i2c_bus= [HW] Override the default board specific I2C bus speed
834 or register an additional I2C bus that is not
835 registered from board initialization code.
834 Format: 836 Format:
835 <bus_id>,<clkrate> 837 <bus_id>,<clkrate>
836 838