Re: [PATCH 13/14] 85xx: consolidate of_platform_bus_probe calls
From: Scott Wood <hidden>
Date: 2011-07-19 17:54:58
From: Scott Wood <hidden>
Date: 2011-07-19 17:54:58
On Tue, 19 Jul 2011 12:53:50 +0400 Dmitry Eremin-Solenikov [off-list ref] wrote:
+static struct of_device_id __initdata mpc85xx_common_ids[] = {
+ { .type = "soc", },
+ { .compatible = "soc", },
+ { .compatible = "simple-bus", },
+ { .compatible = "gianfar", },
+ { .compatible = "fsl,qe", },
+ { .compatible = "fsl,cpm2", },
+ {},
+};Same comment as for 83xx regarding localbus and compatibility with old device trees. -Scott