commit | 67240dfcb8dcf756cc00fb37f5cb7e3ee2fa6190 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Fri May 02 21:15:16 2014 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Thu May 22 10:09:25 2014 +0200 |
tree | 998fac70bb3516601d0492e6468f30bb4bfb75ed | |
parent | 7663ebefca8079ef0fd2fff1047d3d10af654c78 [diff] |
i2c: sh_mobile: fix clock calculation for newer SoCs Newer SoCs have so fast input clocks that the ICCL/H registers only count every second clock to have a meaningful 9-bit range. The driver was already prepared for that happening, but didn't use it so far. Add the proper DT configuration for SoCs that need it. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>