aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
diff options
context:
space:
mode:
authoraddy ke <addy.ke@rock-chips.com>2014-09-08 11:38:25 +0800
committerWolfram Sang <wsa@the-dreams.de>2014-09-20 18:35:10 +0200
commitb4a7bd7a386dc6b0bb49cb47614e06e8295d495a (patch)
tree728adfdae85210311683faee0b888e6137ffc71b /drivers/i2c/i2c-core.c
parenti2c: mxs: fix error message in pio transfer (diff)
downloadlinux-dev-b4a7bd7a386dc6b0bb49cb47614e06e8295d495a.tar.xz
linux-dev-b4a7bd7a386dc6b0bb49cb47614e06e8295d495a.zip
i2c: rk3x: fix divisor calculation for SCL frequency
I2C_CLKDIV register descripted in the previous version of RK3x chip manual is incorrect. Plus 1 is required. The correct formula: - T(SCL_HIGH) = T(PCLK) * (CLKDIVH + 1) * 8 - T(SCL_LOW) = T(PCLK) * (CLKDIVL + 1) * 8 - (SCL Divsor) = 8 * ((CLKDIVL + 1) + (CLKDIVH + 1)) - SCL = PCLK / (CLK Divsor) It will be updated to the latest version of chip manual. Signed-off-by: Addy Ke <addy.ke@rock-chips.com> Reviewed-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Cc: stable@kernel.org
Diffstat (limited to 'drivers/i2c/i2c-core.c')
0 files changed, 0 insertions, 0 deletions