Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 187e7c5f authored by Qais Yousef's avatar Qais Yousef Committed by Ralf Baechle
Browse files

MIPS: sead3: populate platform devices from device tree

parent 8bb5a875
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -111,3 +111,10 @@ void __init device_tree_init(void)

	unflatten_device_tree();
}

static int __init customize_machine(void)
{
	of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
	return 0;
}
arch_initcall(customize_machine);