Commit f8935f30 authored by Baruch Siach's avatar Baruch Siach Committed by Max Filippov

xtensa: support default device tree buses

This currently includes simple-bus.
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent b087ab7f
...@@ -239,7 +239,7 @@ void __init early_init_devtree(void *params) ...@@ -239,7 +239,7 @@ void __init early_init_devtree(void *params)
static int __init xtensa_device_probe(void) 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; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment