]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/stellaris: Map both I2C controllers
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 10 Jan 2025 16:02:01 +0000 (17:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jan 2025 14:28:53 +0000 (14:28 +0000)
commit3499f7e356e7ce54fa65fd0e610625199de2c42b
tree2ab4349d280d30cd791f4882856a26e8be3b357b
parentb7c55f596cc8b6cd85aeed08846da677e7261b5c
hw/arm/stellaris: Map both I2C controllers

There are 2 I2C controllers, map them both, removing
the unimplemented one. Keep the OLED controller on the
first I2C bus.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250110160204.74997-7-philmd@linaro.org
[PMM: tweak to appease maybe-use-uninitialized warning]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c