Skip to content

Commit

Permalink
xtensa: support default device tree buses
Browse files Browse the repository at this point in the history
This currently includes simple-bus.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
  • Loading branch information
Baruch Siach authored and Max Filippov committed Jan 14, 2014
1 parent b087ab7 commit f8935f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f8935f3

Please sign in to comment.