commit | 62f27e4a284a4d2a6b55aeee8d3c40f52938e828 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Tue Aug 24 09:10:31 2021 -0500 |
committer | Heiko Schocher <hs@denx.de> | Tue Sep 28 06:34:14 2021 +0200 |
tree | 9aceadc42cc4fa5aa2d80a5b097eec124b4bfe5b | |
parent | f04c4ab6864b1bb3b2a9a0b767264ff7f13e53c5 [diff] |
i2c: rcar_i2c: Enable configuring SCL rise and fall times The Linux i2c driver supports i2c-scl-rising-time-ns, and i2c-scl-falling-time-ns, but U-Boot uses hard-coded values for these values. Update the calculation by fetching them from the device tree if present and use the previous values as the default if they are missing. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de>