powerpc/powernv: Print correct PHB type names
authorGavin Shan <gwshan@linux.vnet.ibm.com>
Tue, 21 Jun 2016 02:35:56 +0000 (12:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Jun 2016 05:30:59 +0000 (15:30 +1000)
commit9497a1c1c5b4de2a359b6d8648b4000679363473
tree4c1cd3034e65232b0d8c0663304f39ad8ec82c74
parent66725152fb9f17bbc17d976da7678b3e098b3b01
powerpc/powernv: Print correct PHB type names

We're initializing "IODA1" and "IODA2" PHBs though they are IODA2
and NPU PHBs as below kernel log indicates.

   Initializing IODA1 OPAL PHB /pciex@3fffe40700000
   Initializing IODA2 OPAL PHB /pciex@3fff000400000

This fixes the PHB names. After it's applied, we get:

   Initializing IODA2 PHB (/pciex@3fffe40700000)
   Initializing NPU PHB (/pciex@3fff000400000)

Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/pci-ioda.c