Skip to content

Commit e2aecff

Browse files
author
Wolfram Sang
committed
Merge tag 'i2c-host-fixes-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
i2c-host-fixes for v7.1-rc6 davinci: fix fallback bus frequency on missing clock-frequency
2 parents e7ae89a + 030675a commit e2aecff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/i2c-davinci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
/* timeout for pm runtime autosuspend */
118118
#define DAVINCI_I2C_PM_TIMEOUT 1000 /* ms */
119119

120-
#define DAVINCI_I2C_DEFAULT_BUS_FREQ 100
120+
#define DAVINCI_I2C_DEFAULT_BUS_FREQ 100000
121121

122122
struct davinci_i2c_dev {
123123
struct device *dev;

0 commit comments

Comments
 (0)