Skip to content

Commit 5fb55cb

Browse files
danieldegrassecarlescufi
authored andcommitted
dts: arm: nxp: add missing interrupts property for RT5xx FlexSPI
Add missing interrupts property for second FlexSPI device on RT5xx. This interrupt is shared between both FlexSPI devices, but the memc driver does not use interrupts so no conflict should arise. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 1af8f27 commit 5fb55cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dts/arm/nxp/nxp_rt5xx_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@
473473
&flexspi2 {
474474
compatible = "nxp,imx-flexspi";
475475
status = "disabled";
476+
interrupts = <42 0>;
476477
#address-cells = <1>;
477478
#size-cells = <0>;
478479
};

0 commit comments

Comments
 (0)