diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-12-23 13:49:57 -0500 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-14 15:24:12 -0500 |
commit | f8935f307fe46faa1a829a6b76ee95ca9ba67d20 (patch) | |
tree | f3ffe16d517257ef191e43ff7875991538764615 /arch/xtensa/kernel | |
parent | b087ab7f257022027077cc02d8056b64828c6ae4 (diff) |
xtensa: support default device tree buses
This currently includes simple-bus.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/kernel')
-rw-r--r-- | arch/xtensa/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index d21bfa7a28e0..f38badeb7747 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c | |||
@@ -239,7 +239,7 @@ void __init early_init_devtree(void *params) | |||
239 | 239 | ||
240 | static int __init xtensa_device_probe(void) | 240 | static int __init xtensa_device_probe(void) |
241 | { | 241 | { |
242 | of_platform_populate(NULL, NULL, NULL, NULL); | 242 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
243 | return 0; | 243 | return 0; |
244 | } | 244 | } |
245 | 245 | ||