From 0fe0b6f2c4bac4acffc568e3250c3a7b4144367f Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sat, 24 Jun 2017 14:17:14 -0500 Subject: psi: Use phys_map to setup the BARs Removes the hard coded address and the useless warning Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Michael Neuling Signed-off-by: Stewart Smith --- hw/phys-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/phys-map.c') 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 }, -- cgit v1.2.1