Skip to content

Commit 123525a

Browse files
committed
[ot] hw/opentitan: ot_earlgrey: remove double device identification
ot_common_configure_devices_with_id already takes care of identifying devices. Signed-off-by: Emmanuel Blot <eblot@rivosinc.com>
1 parent b117c39 commit 123525a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hw/riscv/ot_earlgrey.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,6 @@ ot_earlgrey_configure_verilator_devices(DeviceState **devices, BusState *bus,
14641464
{
14651465
ibex_link_devices(devices, defs, count);
14661466
ibex_define_device_props(devices, defs, count);
1467-
ibex_identify_devices(devices, OT_COMMON_DEV_ID, "soc", false, count);
14681467
ot_common_configure_device_opts(devices, count);
14691468
ot_earlgrey_update_device_clocks(devices, count);
14701469
ibex_realize_devices(devices, bus, defs, count);

0 commit comments

Comments
 (0)