Skip to content

Commit 3d24136

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hw/riscv/ot_darjeeling.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,8 +1602,8 @@ static void ot_dj_soc_realize(DeviceState *dev, Error **errp)
16021602
cpu->cpu_index = 0;
16031603

16041604
/* Link, define properties and realize devices, then connect GPIOs */
1605-
ot_common_configure_devices_with_id(s->devices, dev->parent_bus, "", false,
1606-
ot_dj_soc_devices,
1605+
ot_common_configure_devices_with_id(s->devices, dev->parent_bus, "soc",
1606+
false, ot_dj_soc_devices,
16071607
ARRAY_SIZE(ot_dj_soc_devices));
16081608

16091609
Object *oas;

0 commit comments

Comments
 (0)