commit | 64d44c4e9f4fe048aca69db7b6a208ab9e55f9b2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 13 13:24:55 2020 -0700 |
committer | Heiko Schocher <hs@denx.de> | Tue Feb 18 08:16:45 2020 +0100 |
tree | ab51d2e21217e4a56847d09e186796815f05a943 | |
parent | f2a73d6867ef973fbb8471cc87058205999b5e5c [diff] |
i2c: designware_i2c: Correct the selection of speed mode Unfortunately a recent change adjusted the order of the checks here such that 400MHz now shows up as fast-plus speed (1Mbps). Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: d96440d1e3 ("i2c: designware_i2c: Add support for fast-plus speed")