diff options
author | Linus Walleij | 2018-03-01 12:05:45 +0100 |
---|---|---|
committer | Peter Maydell | 2018-03-01 12:05:45 +0100 |
commit | 839a2b28d01290c96554be42c3faaa05c847c2e3 (patch) | |
tree | 25dd41bbf716e885af0196d523a563b703673e9f /hw/i2c/bitbang_i2c.c | |
parent | i2c: Move the bus class to i2c.h (diff) | |
download | qemu-839a2b28d01290c96554be42c3faaa05c847c2e3.tar.gz qemu-839a2b28d01290c96554be42c3faaa05c847c2e3.tar.xz qemu-839a2b28d01290c96554be42c3faaa05c847c2e3.zip |
hw/i2c-ddc: Do not fail writes
The tx function of the DDC I2C slave emulation was returning 1
on all writes resulting in NACK in the I2C bus. Changing it to
0 makes the DDC I2C work fine with bit-banged I2C such as the
versatile I2C.
I guess it was not affecting whatever I2C controller this was
used with until now, but with the Versatile I2C it surely
does not work.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Message-id: 20180227104903.21353-4-linus.walleij@linaro.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/i2c/bitbang_i2c.c')
0 files changed, 0 insertions, 0 deletions