Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custodians...
authorTom Rini <trini@konsulko.com>
Thu, 2 Nov 2023 14:12:33 +0000 (10:12 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 2 Nov 2023 14:12:33 +0000 (10:12 -0400)
commit07fe79c93c5caba181f37844ca95fbda4db3f613
tree9766b3de49837bae1d4ea6c6b69fc33710333fd2
parentb0c391ce0c01064a96711965e22f5d745e73edc3
parent5b6ee512ceb8d990e010646c4fe7b8a3633fad68
Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-i2c

i2c updates for v2024.01-rc2

- nuvoton: support standard/fast/fast plus mode
- bootcount: remove legacy i2c driver and implement
  DM based version

Bugfixes:
- designware_i2c: adjust timing calculation
  SPL probing failed on the StarFive VisionFive 2 board
  Heinrich fixed this, by syncing timing calculation with
  linux implementation.