ppc/pnv/pci: Fix PHB xscom registers memory region name
commit99bddfd01e181bbe645e73c75e98846a09c50f27
authorFrederic Barrat <fbarrat@linux.ibm.com>
Fri, 27 Jan 2023 12:28:48 +0000 (27 13:28 +0100)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sun, 5 Feb 2023 09:40:28 +0000 (5 06:40 -0300)
tree7a55e4934f8e39bc981f975ebcda208a7ef21342
parentbd34c91177461e1e60d9da042e7fdd1830ad9d61
ppc/pnv/pci: Fix PHB xscom registers memory region name

The name is for the region mapping the PHB xscom registers. It was
apparently a bad cut-and-paste from the per-stack pci xscom area just
above, so we had two regions with the same name.

Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20230127122848.550083-5-fbarrat@linux.ibm.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/pci-host/pnv_phb4.c