]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/8xxx: Update device tree bus probe for new RapidIO node binding
authorKai Jiang <Kai.Jiang@freescale.com>
Sat, 12 Nov 2011 12:02:31 +0000 (20:02 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 24 Nov 2011 08:01:34 +0000 (02:01 -0600)
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>
arch/powerpc/platforms/85xx/corenet_ds.c
arch/powerpc/platforms/85xx/mpc85xx_mds.c
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c

index 802ad110b75719780ea29547f9ef85c6b0863a8d..c48b66187ddaf05acb3dad3c325e6faf71f256bd 100644 (file)
@@ -112,7 +112,7 @@ static const struct of_device_id of_device_ids[] __devinitconst = {
                .compatible     = "simple-bus"
        },
        {
-               .compatible     = "fsl,rapidio-delta",
+               .compatible     = "fsl,srio",
        },
        {
                .compatible     = "fsl,p4080-pcie",
index a23a3ff634c55fdd3d949a8a2a77a8405b5b2de8..7968ceda06335fe416181104c8aeb169f655140a 100644 (file)
@@ -433,7 +433,7 @@ static struct of_device_id mpc85xx_ids[] = {
        { .compatible = "soc", },
        { .compatible = "simple-bus", },
        { .compatible = "gianfar", },
-       { .compatible = "fsl,rapidio-delta", },
+       { .compatible = "fsl,srio", },
        { .compatible = "fsl,mpc8548-guts", },
        { .compatible = "gpio-leds", },
        {},
index b11c3535f3509cac28e2baf7fd5e999001ab0709..569262ca499a3c4d6fe06794bd47c1865ddd4b2b 100644 (file)
@@ -161,7 +161,7 @@ mpc86xx_time_init(void)
 
 static __initdata struct of_device_id of_bus_ids[] = {
        { .compatible = "simple-bus", },
-       { .compatible = "fsl,rapidio-delta", },
+       { .compatible = "fsl,srio", },
        { .compatible = "gianfar", },
        {},
 };