summary refs log tree commit diff stats
path: root/python/qemu/machine/console_socket.py
diff options
context:
space:
mode:
authorGlenn Miles <milesg@linux.vnet.ibm.com>2023-11-14 13:56:54 -0600
committerCédric Le Goater <clg@kaod.org>2023-11-21 08:39:58 +0100
commit47dfdd238dd0cc3c4834668fdd79ac5db85699f6 (patch)
treed3c1b97af5505798c0ae60e01396b22b756fbb4d /python/qemu/machine/console_socket.py
parentd18b0652869a39688d0fd2897bc035b309d1b6e8 (diff)
downloadfocaccia-qemu-47dfdd238dd0cc3c4834668fdd79ac5db85699f6.tar.gz
focaccia-qemu-47dfdd238dd0cc3c4834668fdd79ac5db85699f6.zip
ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
The PNV I2C engines for power9 and power10 were being assigned a base
XSCOM address that was off by one I2C engine's address range such
that engine 0 had engine 1's address and so on.  The xscom address
assignment was being based on the device tree engine numbering, which
starts at 1.  Rather than changing the device tree numbering to start
with 0, the addressing was changed to be based on the existing device
tree numbers minus one.

Fixes: 1ceda19c28a1 ("ppc/pnv: Connect PNV I2C controller to powernv10)
Signed-off-by: Glenn Miles <milesg@linux.vnet.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'python/qemu/machine/console_socket.py')
0 files changed, 0 insertions, 0 deletions