提交 f8935f30 编写于 作者: B Baruch Siach 提交者: Max Filippov

xtensa: support default device tree buses

This currently includes simple-bus.
Signed-off-by: NBaruch Siach <baruch@tkos.co.il>
Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
上级 b087ab7f
......@@ -239,7 +239,7 @@ void __init early_init_devtree(void *params)
static int __init xtensa_device_probe(void)
{
of_platform_populate(NULL, NULL, NULL, NULL);
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册