commit | b44658e755b5a733e9df04449facbc738df09170 | [log] [tgz] |
---|---|---|
author | Qii Wang <qii.wang@mediatek.com> | Thu Sep 17 19:55:42 2020 +0800 |
committer | Wolfram Sang <wsa@kernel.org> | Fri Sep 18 22:50:42 2020 +0200 |
tree | 640c0aedadc44ae098e378481699979e18a02892 | |
parent | ff6f3aff46beb3c29e0802cffcc559e1756c4814 [diff] |
i2c: mediatek: Send i2c master code at more than 1MHz The master code needs to being sent when the speed is more than I2C_MAX_FAST_MODE_PLUS_FREQ, not I2C_MAX_FAST_MODE_FREQ in the latest I2C-bus specification and user manual. Signed-off-by: Qii Wang <qii.wang@mediatek.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>