From 21071b02f60504ef7480b0637609fc6e700c5d07 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sat, 4 May 2013 14:24:32 +0000 Subject: [PATCH] --- yaml --- r: 373771 b: refs/heads/master c: f3d40c2532fee15a30d7a364ac365c21748a4a95 h: refs/heads/master i: 373769: 74eb30184eae0796fc47ffcb3523f66d275a17cf 373767: ec4c680dedccf58487b285b16d9e98d595d57874 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/powernv/pci-ioda.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9ec8203e8f3b..01e0dd344383 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0b8e76facbb1f12e4b43a2b7b88bd5d18a3faf5 +refs/heads/master: f3d40c2532fee15a30d7a364ac365c21748a4a95 diff --git a/trunk/arch/powerpc/platforms/powernv/pci-ioda.c b/trunk/arch/powerpc/platforms/powernv/pci-ioda.c index 8c6c9cf91c13..97b08fcc8727 100644 --- a/trunk/arch/powerpc/platforms/powernv/pci-ioda.c +++ b/trunk/arch/powerpc/platforms/powernv/pci-ioda.c @@ -1089,7 +1089,7 @@ void __init pnv_pci_init_ioda_phb(struct device_node *np, int ioda_type) /* Detect specific models for error handling */ if (of_device_is_compatible(np, "ibm,p7ioc-pciex")) phb->model = PNV_PHB_MODEL_P7IOC; - else if (of_device_is_compatible(np, "ibm,p8-pciex")) + else if (of_device_is_compatible(np, "ibm,power8-pciex")) phb->model = PNV_PHB_MODEL_PHB3; else phb->model = PNV_PHB_MODEL_UNKNOWN;