powerpc/85xx: Fix FSL RapidIO probing on MDS boards
authorRandy Vinson <rvinson@mvista.com>
Thu, 18 Jun 2009 23:22:08 +0000 (03:22 +0400)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 23 Jun 2009 13:09:56 +0000 (08:09 -0500)
FSL RapidIO won't probe without a proper compatible entry. This
patch fixes the issue by adding fsl,rapidio-delta compatible to
mpc85xx_ids.

Signed-off-by: Randy Vinson <rvinson@mvista.com>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/mpc85xx_mds.c

index 77f90b35635681f818e448645fcfa9a174dd4e67..60ed9c067b1d5d2a5dd1fecb05761f789525e7e0 100644 (file)
@@ -285,6 +285,7 @@ static struct of_device_id mpc85xx_ids[] = {
        { .type = "qe", },
        { .compatible = "fsl,qe", },
        { .compatible = "gianfar", },
+       { .compatible = "fsl,rapidio-delta", },
        {},
 };
 
This page took 0.02539 seconds and 5 git commands to generate.