summaryrefslogtreecommitdiffstats
path: root/hw/phys-map.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2017-06-24 14:17:14 -0500
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-26 14:28:58 +1000
commit0fe0b6f2c4bac4acffc568e3250c3a7b4144367f (patch)
tree56f288905b85f61fd189d5f77c62e396abedcaa7 /hw/phys-map.c
parent80ba63ee81151d5d09f58ee56c36c39b618c60d4 (diff)
downloadtalos-skiboot-0fe0b6f2c4bac4acffc568e3250c3a7b4144367f.tar.gz
talos-skiboot-0fe0b6f2c4bac4acffc568e3250c3a7b4144367f.zip
psi: Use phys_map to setup the BARs
Removes the hard coded address and the useless warning Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/phys-map.c')
-rw-r--r--hw/phys-map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phys-map.c b/hw/phys-map.c
index e99983f6..0fbd60d7 100644
--- a/hw/phys-map.c
+++ b/hw/phys-map.c
@@ -109,7 +109,7 @@ static const struct phys_map_entry phys_map_table_nimbus[] = {
{ NPU_GENID , 1, 0x00060302016e0000ull, 0x0000000000020000ull },
{ NPU_GENID , 2, 0x0006030201700000ull, 0x0000000000020000ull },
{ RESV , 5, 0x0006030201720000ull, 0x00000000018e0000ull },
- { PSI_LINK , 0, 0x0006030203000000ull, 0x0000000000100000ull },
+ { PSIHB_REG , 0, 0x0006030203000000ull, 0x0000000000100000ull },
{ XIVE_IC , 0, 0x0006030203100000ull, 0x0000000000080000ull },
{ XIVE_TM , 0, 0x0006030203180000ull, 0x0000000000040000ull },
{ PSIHB_ESB , 0, 0x00060302031c0000ull, 0x0000000000010000ull },
OpenPOWER on IntegriCloud