|
@@ -539,7 +539,7 @@ void platform_bus_add_all_fdt_nodes(void *fdt, const char *intc, hwaddr addr,
|
|
|
|
|
|
assert(fdt);
|
|
assert(fdt);
|
|
|
|
|
|
- node = g_strdup_printf("/platform@%"PRIx64, addr);
|
|
|
|
|
|
+ node = g_strdup_printf("/platform-bus@%"PRIx64, addr);
|
|
|
|
|
|
/* Create a /platform node that we can put all devices into */
|
|
/* Create a /platform node that we can put all devices into */
|
|
qemu_fdt_add_subnode(fdt, node);
|
|
qemu_fdt_add_subnode(fdt, node);
|