#define POWERNV_IOMMU_DEFAULT_LEVELS   1
 #define POWERNV_IOMMU_MAX_LEVELS       5
 
+static const char * const pnv_phb_names[] = { "IODA1", "IODA2", "NPU" };
 static void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl);
 
 void pe_level_printk(const struct pnv_ioda_pe *pe, const char *level,
        void *aux;
        long rc;
 
-       pr_info("Initializing IODA%d OPAL PHB %s\n", ioda_type, np->full_name);
+       pr_info("Initializing %s PHB (%s)\n",
+               pnv_phb_names[ioda_type], of_node_full_name(np));
 
        prop64 = of_get_property(np, "ibm,opal-phbid", NULL);
        if (!prop64) {