From d1f3abc89250505c0d2ed7ae2e1788203955c870 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Wed, 30 Nov 2022 19:41:26 -0500 Subject: [PATCH] powerpc/mpc85xx: Add compat strings for P5040 PCIe Submitted by: widelec (widelec@morphos.pl) MFC after: 1 week --- sys/powerpc/mpc85xx/pci_mpc85xx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/powerpc/mpc85xx/pci_mpc85xx.c b/sys/powerpc/mpc85xx/pci_mpc85xx.c index e19cb0554b6b..c2d992f552bf 100644 --- a/sys/powerpc/mpc85xx/pci_mpc85xx.c +++ b/sys/powerpc/mpc85xx/pci_mpc85xx.c @@ -299,7 +299,9 @@ fsl_pcib_probe(device_t dev) ofw_bus_is_compatible(dev, "fsl,mpc8540-pcie") || ofw_bus_is_compatible(dev, "fsl,mpc8548-pcie") || ofw_bus_is_compatible(dev, "fsl,p5020-pcie") || + ofw_bus_is_compatible(dev, "fsl,p5040-pcie") || ofw_bus_is_compatible(dev, "fsl,qoriq-pcie-v2.2") || + ofw_bus_is_compatible(dev, "fsl,qoriq-pcie-v2.4") || ofw_bus_is_compatible(dev, "fsl,qoriq-pcie"))) return (ENXIO);