aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs/BF537-STAMP_defconfig
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2009-01-07 10:14:39 -0500
committerBryan Wu <cooloney@kernel.org>2009-01-07 10:14:39 -0500
commitf768a0eb90831ced2129df6ccba6f1177fa5a0fa (patch)
treee77d051251d92c1c5bf7c11a3a19fbc2e020ce7d /arch/blackfin/configs/BF537-STAMP_defconfig
parentbdc17a1bf2bc4dfef0459dd71fb8d12d458f06a1 (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/BF537-STAMP_defconfig')
-rw-r--r--arch/blackfin/configs/BF537-STAMP_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BF537-STAMP_defconfig b/arch/blackfin/configs/BF537-STAMP_defconfig
index a56cf3307428..195177b56acc 100644
--- a/arch/blackfin/configs/BF537-STAMP_defconfig
+++ b/arch/blackfin/configs/BF537-STAMP_defconfig
@@ -747,7 +747,7 @@ CONFIG_I2C_CHARDEV=m
747# I2C Hardware Bus support 747# I2C Hardware Bus support
748# 748#
749CONFIG_I2C_BLACKFIN_TWI=m 749CONFIG_I2C_BLACKFIN_TWI=m
750CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=50 750CONFIG_I2C_BLACKFIN_TWI_CLK_KHZ=100
751# CONFIG_I2C_GPIO is not set 751# CONFIG_I2C_GPIO is not set
752# CONFIG_I2C_OCORES is not set 752# CONFIG_I2C_OCORES is not set
753# CONFIG_I2C_PARPORT_LIGHT is not set 753# CONFIG_I2C_PARPORT_LIGHT is not set