mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
ba6fb2f6ac
This adds support for clock stretching to the i2c-gpio driver. This is accomplished by switching the GPIO used for the SCL line to an input when it should be driven high, and polling on the SCL line value until it goes high (indicating that the I2C slave is no longer pulling it low). This is enabled by default; for gpios which cannot be configured as inputs, the i2c-gpio,scl-output-only property can be used to fall back to the previous behavior. Signed-off-by: Michael Auchter <michael.auchter@ni.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de> |
||
---|---|---|
.. | ||
i2c-at91.txt | ||
i2c-cdns.txt | ||
i2c-designware.txt | ||
i2c-gpio.txt | ||
i2c-mux.txt | ||
i2c-stm32.txt | ||
i2c.txt | ||
nvidia,tegra186-bpmp-i2c.txt | ||
tegra20-i2c.txt |