arm64: dts: lx2162a-qds: add interrupt line for RTC node
authorBiwen Li <biwen.li@nxp.com>
Tue, 14 Dec 2021 07:23:42 +0000 (01:23 -0600)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Dec 2021 09:29:35 +0000 (17:29 +0800)
Add interrupt line for RTC node on lx2162a-qds

Signed-off-by: Biwen Li <biwen.li@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts

index dcca026..a1644ce 100644 (file)
                        rtc@51 {
                                compatible = "nxp,pcf2129";
                                reg = <0x51>;
+                               /* IRQ_RTC_B -> IRQ11_B(CPLD) -> IRQ11(CPU), active low */
+                               interrupts-extended = <&extirq 11 IRQ_TYPE_LEVEL_LOW>;
                        };
                };
        };