From: Russell King Date: Sun, 10 Jan 2021 13:58:15 +0000 (+0000) Subject: arm64: dts: lx2160a-cex7: delete RTC interrupt X-Git-Tag: v5.12-rc1~195^2~8^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12dffe14e372ab7af26c12ca4cc91876a0fb7b41;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: lx2160a-cex7: delete RTC interrupt The RTC interrupt is incorrect and prevents the RTC driver initialising. In any case, the PCF2127 driver wants an active low interrupt, which neither the GIC nor the GPIO blocks support. There is an ISPPT block in the LX2160A, but this is not supported in mainline kernels. So, just delete the interrupt. Signed-off-by: Russell King Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi index d87d16460875e..49fcf025494f0 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi @@ -134,8 +134,6 @@ rtc@51 { compatible = "nxp,pcf2129"; reg = <0x51>; - // IRQ10_B - interrupts = ; }; };