Explorar o código

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>
Baruch Siach %!s(int64=12) %!d(string=hai) anos
pai
achega
f8935f307f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/xtensa/kernel/setup.c

+ 1 - 1
arch/xtensa/kernel/setup.c

@@ -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;
 }