Skip to content

Commit 2d9cb63

Browse files
committed
[ot] hw/riscv: ot_earlgrey: assign default ot_id name
Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent 851989e commit 2d9cb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/riscv/ot_earlgrey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ static void ot_eg_soc_realize(DeviceState *dev, Error **errp)
13991399

14001400
/* Link, define properties and realize devices, then connect GPIOs */
14011401
BusState *bus = sysbus_get_default();
1402-
ot_common_configure_devices_with_id(s->devices, bus, "", false,
1402+
ot_common_configure_devices_with_id(s->devices, bus, "soc", false,
14031403
ot_eg_soc_devices,
14041404
ARRAY_SIZE(ot_eg_soc_devices));
14051405

0 commit comments

Comments
 (0)