diff options
author | Kai Jiang <Kai.Jiang@freescale.com> | 2011-11-12 07:02:31 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 03:01:34 -0500 |
commit | 077200cb5a82eff2393c0af60d0690052a862b5e (patch) | |
tree | 09f0164b470098edf5ca8be200065d4a4aec3ea9 /arch/powerpc/platforms/86xx | |
parent | abc3aeae3aaa5c319d02f12649e17ea5929999aa (diff) |
powerpc/8xxx: Update device tree bus probe for new RapidIO node binding
Update of_platform_bus_probe() RapidIO node to be compitable with
new RapidIO dts compatible property.
Signed-off-by: Kai Jiang <Kai.Jiang@freescale.com>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx')
-rw-r--r-- | arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c index b11c3535f350..569262ca499a 100644 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | |||
@@ -161,7 +161,7 @@ mpc86xx_time_init(void) | |||
161 | 161 | ||
162 | static __initdata struct of_device_id of_bus_ids[] = { | 162 | static __initdata struct of_device_id of_bus_ids[] = { |
163 | { .compatible = "simple-bus", }, | 163 | { .compatible = "simple-bus", }, |
164 | { .compatible = "fsl,rapidio-delta", }, | 164 | { .compatible = "fsl,srio", }, |
165 | { .compatible = "gianfar", }, | 165 | { .compatible = "gianfar", }, |
166 | {}, | 166 | {}, |
167 | }; | 167 | }; |