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/PNAV-10_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/PNAV-10_defconfig')
-rw-r--r-- | arch/blackfin/configs/PNAV-10_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/PNAV-10_defconfig b/arch/blackfin/configs/PNAV-10_defconfig index 559deed13920..648edd99a94e 100644 --- a/arch/blackfin/configs/PNAV-10_defconfig +++ b/arch/blackfin/configs/PNAV-10_defconfig | |||
@@ -749,7 +749,7 @@ CONFIG_I2C_CHARDEV=y | |||
749 | # | 749 | # |
750 | # CONFIG_I2C_BLACKFIN_GPIO is not set | 750 | # CONFIG_I2C_BLACKFIN_GPIO is not set |
751 | CONFIG_I2C_BLACKFIN_TWI=y | 751 | CONFIG_I2C_BLACKFIN_TWI=y |
752 | CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=50 | 752 | CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100 |
753 | # CONFIG_I2C_GPIO is not set | 753 | # CONFIG_I2C_GPIO is not set |
754 | # CONFIG_I2C_OCORES is not set | 754 | # CONFIG_I2C_OCORES is not set |
755 | # CONFIG_I2C_PARPORT_LIGHT is not set | 755 | # CONFIG_I2C_PARPORT_LIGHT is not set |