We need to get the pci controller created as an of platform device to allow the EDAC driver to bind to it on P4080DS.
Signed-off-by: Kai.Jiang <kai.ji...@freescale.com> Signed-off-by: Kumar Gala <ga...@kernel.crashing.org> Signed-off-by: Lan Chunhe <b25...@freescale.com> --- arch/powerpc/platforms/85xx/corenet_ds.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/platforms/85xx/corenet_ds.c b/arch/powerpc/platforms/85xx/corenet_ds.c index 2ab338c..bf9b9e5 100644 --- a/arch/powerpc/platforms/85xx/corenet_ds.c +++ b/arch/powerpc/platforms/85xx/corenet_ds.c @@ -116,6 +116,9 @@ static const struct of_device_id of_device_ids[] __devinitconst = { { .compatible = "fsl,rapidio-delta", }, + { + .compatible = "fsl,p4080-pcie", + }, {} }; -- 1.5.4.5 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev