aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parentd18b0652869a39688d0fd2897bc035b309d1b6e8 (diff)
downloadqemu-47dfdd238dd0cc3c4834668fdd79ac5db85699f6.zip
qemu-47dfdd238dd0cc3c4834668fdd79ac5db85699f6.tar.gz
qemu-47dfdd238dd0cc3c4834668fdd79ac5db85699f6.tar.bz2
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 'include')
0 files changed, 0 insertions, 0 deletions