arm64: dts: lx2160a-cex7: delete RTC interrupt
authorRussell King <rmk+kernel@armlinux.org.uk>
Sun, 10 Jan 2021 13:58:15 +0000 (13:58 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 18 Jan 2021 00:19:53 +0000 (08:19 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi

index d87d16460875e0fc83107419870520d3ffacb675..49fcf025494f01fb4e6bbe1571da31cb978dab0e 100644 (file)
        rtc@51 {
                compatible = "nxp,pcf2129";
                reg = <0x51>;
-               // IRQ10_B
-               interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH>;
        };
 };