]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc32xx: describe FLASH_INT of SLC NAND controller
authorVladimir Zapolskiy <vz@mleia.com>
Wed, 24 Dec 2025 16:58:45 +0000 (18:58 +0200)
committerVladimir Zapolskiy <vz@mleia.com>
Fri, 9 Jan 2026 07:15:49 +0000 (09:15 +0200)
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>
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

index 3d5a59b2886c2b4621257b4844efb93586a41d4d..5ddaea8c481a73f9dd81d039f7664e645853e712 100644 (file)
@@ -65,6 +65,7 @@
                slc: nand-controller@20020000 {
                        compatible = "nxp,lpc3220-slc";
                        reg = <0x20020000 0x1000>;
+                       interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clk LPC32XX_CLK_SLC>;
                        status = "disabled";
                };