diff --git a/hw/lpc-uart.c b/hw/lpc-uart.c index e536bbd9d20c..9034fbd53070 100644 --- a/hw/lpc-uart.c +++ b/hw/lpc-uart.c @@ -425,6 +425,9 @@ static void uart_setup_os_passthrough(void) char *path; static struct lpc_client uart_lpc_os_client = { + .reset = NULL, + .interrupt = NULL, + .interrupts = 0 }; dt_add_property_strings(uart_node, "status", "ok");