Skip to content

Commit d8bb9ef

Browse files
committed
ARM: dts: lpc32xx: describe FLASH_INT of SLC NAND controller
SLC and MLC NAND flash controllers fire the muxed interrupt FLASH_INT to the SoC, add the interrupt property to the SLC device tree node. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
1 parent 1594e57 commit d8bb9ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
slc: nand-controller@20020000 {
6666
compatible = "nxp,lpc3220-slc";
6767
reg = <0x20020000 0x1000>;
68+
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
6869
clocks = <&clk LPC32XX_CLK_SLC>;
6970
status = "disabled";
7071
};

0 commit comments

Comments
 (0)