Message ID | 20211214072342.22692-11-leoyang.li@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | lx216x DTS updates | expand |
On Tue, Dec 14, 2021 at 01:23:42AM -0600, Li Yang wrote: > From: Biwen Li <biwen.li@nxp.com> > > 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> Applied, thanks!
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts index a2452efd2532..a657835794e2 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts @@ -309,6 +309,8 @@ temperature-sensor@4c { 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>; }; }; };