diff options
| author | Frederic Barrat <fbarrat@linux.ibm.com> | 2023-01-27 13:28:47 +0100 |
|---|---|---|
| committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2023-02-05 06:40:28 -0300 |
| commit | bd34c91177461e1e60d9da042e7fdd1830ad9d61 (patch) | |
| tree | ecd4d12011ced3638cca8251cd698b02969aa1c2 | |
| parent | f8561277fabfaef1d67f41014e8c43e0876a1b8d (diff) | |
| download | focaccia-qemu-bd34c91177461e1e60d9da042e7fdd1830ad9d61.tar.gz focaccia-qemu-bd34c91177461e1e60d9da042e7fdd1830ad9d61.zip | |
ppc/pnv/pci: Update PHB5 version register
Update register value per its P10 DD2 definition. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Message-Id: <20230127122848.550083-4-fbarrat@linux.ibm.com> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
| -rw-r--r-- | include/hw/pci-host/pnv_phb4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci-host/pnv_phb4.h b/include/hw/pci-host/pnv_phb4.h index 761525686e..28d61b96c7 100644 --- a/include/hw/pci-host/pnv_phb4.h +++ b/include/hw/pci-host/pnv_phb4.h @@ -214,7 +214,7 @@ struct PnvPhb4PecClass { #define PNV_PHB5(obj) \ OBJECT_CHECK(PnvPhb4, (obj), TYPE_PNV_PHB5) -#define PNV_PHB5_VERSION 0x000000a500000001ull +#define PNV_PHB5_VERSION 0x000000a500000002ull #define TYPE_PNV_PHB5_PEC "pnv-phb5-pec" #define PNV_PHB5_PEC(obj) \ |