diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | f768a0eb90831ced2129df6ccba6f1177fa5a0fa (patch) | |
tree | e77d051251d92c1c5bf7c11a3a19fbc2e020ce7d /arch/blackfin/configs/CM-BF548_defconfig | |
parent | bdc17a1bf2bc4dfef0459dd71fb8d12d458f06a1 (diff) |
Blackfin arch: Set TWI/I2C Clock to 100kHz
All slaves I'm aware of should support at least 100kHz
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/configs/CM-BF548_defconfig')
-rw-r--r-- | arch/blackfin/configs/CM-BF548_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/CM-BF548_defconfig b/arch/blackfin/configs/CM-BF548_defconfig index 2e91e492aca2..6a8552f8afb7 100644 --- a/arch/blackfin/configs/CM-BF548_defconfig +++ b/arch/blackfin/configs/CM-BF548_defconfig | |||
@@ -782,7 +782,7 @@ CONFIG_I2C_CHARDEV=y | |||
782 | # I2C Hardware Bus support | 782 | # I2C Hardware Bus support |
783 | # | 783 | # |
784 | CONFIG_I2C_BLACKFIN_TWI=y | 784 | CONFIG_I2C_BLACKFIN_TWI=y |
785 | CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=50 | 785 | CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100 |
786 | # CONFIG_I2C_GPIO is not set | 786 | # CONFIG_I2C_GPIO is not set |
787 | # CONFIG_I2C_OCORES is not set | 787 | # CONFIG_I2C_OCORES is not set |
788 | # CONFIG_I2C_PARPORT_LIGHT is not set | 788 | # CONFIG_I2C_PARPORT_LIGHT is not set |