commit | 31adb873e7a8680f8aac8ba259717b3f2265872e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 23 11:48:13 2020 -0700 |
committer | Heiko Schocher <hs@denx.de> | Mon Jan 27 07:21:36 2020 +0100 |
tree | 6a993a1b6a0720051f772e9af4127561a26ecb5b | |
parent | d22409e2dc7adfaf99c1a5a02902a425f98fd15a [diff] |
i2c: designware_i2c: Put hold config in a struct Create a struct to hold the three timing parameters. This will make it easier to move these calculations into a separate function in a later patch. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>