linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: lx2160a-cex7: delete RTC interrupt
@ 2021-01-10 13:58 Russell King
  2021-01-18  0:20 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King @ 2021-01-10 13:58 UTC (permalink / raw)
  To: Shawn Guo; +Cc: devicetree, Rob Herring, linux-arm-kernel, Li Yang

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 <rmk+kernel@armlinux.org.uk>
---
 arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
index 221f8a780df5..a7a4bca82d86 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
@@ -158,8 +158,6 @@
 	rtc@51 {
 		compatible = "nxp,pcf2129";
 		reg = <0x51>;
-		// IRQ10_B
-		interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
 	};
 };
 
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: lx2160a-cex7: delete RTC interrupt
  2021-01-10 13:58 [PATCH] arm64: dts: lx2160a-cex7: delete RTC interrupt Russell King
@ 2021-01-18  0:20 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-01-18  0:20 UTC (permalink / raw)
  To: Russell King; +Cc: devicetree, Rob Herring, linux-arm-kernel, Li Yang

On Sun, Jan 10, 2021 at 01:58:15PM +0000, Russell King wrote:
> 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 <rmk+kernel@armlinux.org.uk>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-18  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10 13:58 [PATCH] arm64: dts: lx2160a-cex7: delete RTC interrupt Russell King
2021-01-18  0:20 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).