diff options
author | Jarkko Nikula <jarkko.nikula@nokia.com> | 2009-03-23 21:07:47 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-03-23 21:51:20 -0400 |
commit | 3a853fb933ddf9c5ea8c9f7c665dd8def26bceae (patch) | |
tree | 7fea1d04ad338993c3109b68f224525332831766 /Documentation/kernel-parameters.txt | |
parent | d4c58bf45a9a1668cb850e02a2e1aad785bd9325 (diff) |
ARM: OMAP: Add command line option for I2C bus speed, v2
This patch adds a new command line option "i2c_bus=bus_id,clkrate" into
I2C bus registration helper. Purpose of the option is to override the
default board specific bus speed which is supplied by the
omap_register_i2c_bus.
The default bus speed is typically set to speed of slowest I2C chip on the
bus and overriding allow to use some experimental configurations or updated
chip versions without any kernel modifications.
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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 54f21a5c262b..d775076d1563 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -830,6 +830,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
830 | hvc_iucv= [S390] Number of z/VM IUCV hypervisor console (HVC) | 830 | hvc_iucv= [S390] Number of z/VM IUCV hypervisor console (HVC) |
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 | ||
834 | Format: | ||
835 | <bus_id>,<clkrate> | ||
836 | |||
833 | i8042.debug [HW] Toggle i8042 debug mode | 837 | i8042.debug [HW] Toggle i8042 debug mode |
834 | i8042.direct [HW] Put keyboard port into non-translated mode | 838 | i8042.direct [HW] Put keyboard port into non-translated mode |
835 | i8042.dumbkbd [HW] Pretend that controller can only read data from | 839 | i8042.dumbkbd [HW] Pretend that controller can only read data from |