| Submitter | Anton Vorontsov |
|---|---|
| Date | June 18, 2009, 11:22 p.m. |
| Message ID | <20090618232208.GA11063@oksana.dev.rtsoft.ru> |
| Download | mbox | patch |
| Permalink | /patch/28888/ |
| State | Accepted |
| Commit | fa874618c3155e4f255387987d630a203578b5ae |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
On Jun 18, 2009, at 6:22 PM, Anton Vorontsov wrote: > From: Randy Vinson <rvinson@mvista.com> > > 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> > --- > arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) applied - k
Patch
diff --git a/arch/powerpc/platforms/85xx/mpc85xx_mds.c b/arch/powerpc/platforms/85xx/mpc85xx_mds.c index b2c0a43..daf6711 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_mds.c +++ b/arch/powerpc/platforms/85xx/mpc85xx_mds.c @@ -268,6 +268,7 @@ static struct of_device_id mpc85xx_ids[] = { { .type = "qe", }, { .compatible = "fsl,qe", }, { .compatible = "gianfar", }, + { .compatible = "fsl,rapidio-delta", }, {}, };