commit | 245ec0b9bfd922281978c19c670b7a05eb239a51 | [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 | 60e0c3a3c24d3243f4ae274395a6b7642fe6e8e4 [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>