aboutsummaryrefslogtreecommitdiff
path: root/hw/core/sysbus-fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/core/sysbus-fdt.c')
-rw-r--r--hw/core/sysbus-fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/sysbus-fdt.c b/hw/core/sysbus-fdt.c
index 19d22cbe73..edb0c49b19 100644
--- a/hw/core/sysbus-fdt.c
+++ b/hw/core/sysbus-fdt.c
@@ -539,7 +539,7 @@ void platform_bus_add_all_fdt_nodes(void *fdt, const char *intc, hwaddr addr,
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 */
qemu_fdt_add_subnode(fdt, node);