dts: nxp_lpuart: Interrupts is no longer a required property
Some NXP SoC's have a FlexComm interface which manages interrupts. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
742a8e85d8
commit
bb9386473b
2 changed files with 2 additions and 4 deletions
|
@ -1152,7 +1152,8 @@ static const struct uart_driver_api mcux_lpuart_driver_api = {
|
|||
#define MCUX_LPUART_IRQ_DEFINE(n) \
|
||||
static void mcux_lpuart_config_func_##n(const struct device *dev) \
|
||||
{ \
|
||||
MCUX_LPUART_IRQ_INSTALL(n, 0); \
|
||||
IF_ENABLED(DT_INST_IRQ_HAS_IDX(n, 0), \
|
||||
(MCUX_LPUART_IRQ_INSTALL(n, 0);)) \
|
||||
\
|
||||
IF_ENABLED(DT_INST_IRQ_HAS_IDX(n, 1), \
|
||||
(MCUX_LPUART_IRQ_INSTALL(n, 1);)) \
|
||||
|
|
|
@ -8,9 +8,6 @@ properties:
|
|||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
nxp,loopback:
|
||||
type: boolean
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue