]> git.dujemihanovic.xyz Git - u-boot.git/commit
i2c: i2c-gpio: add support for i2c-gpio,sda-output-only
authorAlex Shumsky <alexthreed@gmail.com>
Tue, 15 Oct 2024 20:29:31 +0000 (23:29 +0300)
committerHeiko Schocher <hs@denx.de>
Mon, 21 Oct 2024 04:32:40 +0000 (06:32 +0200)
commitf315a4813186ca098a6c698754a06b8297d400f6
treee78165d0292fd70ea752d4cd11d09506ecac69b0
parentf7c9839a612158b0f07527153d815e901cdea3f8
i2c: i2c-gpio: add support for i2c-gpio,sda-output-only

Some I2C slave devices are read-only and don't even answer with NACK.
For example FD65x segment LED controllers.
Make them usable with i2c-gpio,sda-output-only that are already supported
by Linux 6.3+.

Signed-off-by: Alex Shumsky <alexthreed@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
doc/device-tree-bindings/i2c/i2c-gpio.txt
drivers/i2c/i2c-gpio.c