Skip to content
Commit c82789c5 authored by Laurentiu Mihalcea's avatar Laurentiu Mihalcea Committed by Maureen Helm
Browse files

drivers: serial: uart_mcux_lpuart: Switch to using DT_INST_IRQN_BY_IDX



After #63289, multi-level interrupts are now encoded using macro
magic. This means that using the generic DT_INST_IRQ_BY_IDX() to
fetch the INTID is no longer an option as the queried INTID will
be the one specified through the node's `interrupts` properties.
To fix this, switch to using DT_INST_IRQN_BY_IDX() which will
return the correctly encoded INTID.

Signed-off-by: default avatarLaurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
parent af126d01
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment