powerpc/83xx: consolidate of_platform_bus_probe calls
83xx board files have a lot of duplication in *_declare_of_platform_devices() functions. Merge that into a single function common to most of the boards. The only leftover is mpc834x_itx.c board file which explicitly asks for fsl,pq2pro-localbus, as corresponding bindings don't provide "simple-bus" compatibility in localbus node. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
committed by
Kumar Gala
parent
d4fb5ebd83
commit
7669d58c66
@@ -41,13 +41,12 @@
|
||||
|
||||
static struct of_device_id __initdata mpc834x_itx_ids[] = {
|
||||
{ .compatible = "fsl,pq2pro-localbus", },
|
||||
{ .compatible = "simple-bus", },
|
||||
{ .compatible = "gianfar", },
|
||||
{},
|
||||
};
|
||||
|
||||
static int __init mpc834x_itx_declare_of_platform_devices(void)
|
||||
{
|
||||
mpc83xx_declare_of_platform_devices();
|
||||
return of_platform_bus_probe(NULL, mpc834x_itx_ids, NULL);
|
||||
}
|
||||
machine_device_initcall(mpc834x_itx, mpc834x_itx_declare_of_platform_devices);
|
||||
|
Reference in New Issue
Block a user