arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC
authorPali Rohár <pali@kernel.org>
Sat, 24 Sep 2022 11:58:26 +0000 (13:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:31:53 +0000 (13:31 +0100)
[ Upstream commit 21aad8ba615e9c39cee6c5d0b76726f63791926c ]

MCP7940MT-I/MNY RTC has connected interrupt line to GPIO2_5.

Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index ada164d..200f97e 100644 (file)
        /delete-property/ mrvl,i2c-fast-mode;
        status = "okay";
 
+       /* MCP7940MT-I/MNY RTC */
        rtc@6f {
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
+               interrupt-parent = <&gpiosb>;
+               interrupts = <5 0>; /* GPIO2_5 */
        };
 };