]> git.itanic.dy.fi Git - linux-stable/commitdiff
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)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 28 Nov 2022 00:23:10 +0000 (01:23 +0100)
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>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index 5d2b221dbd96d33e5bd3ba31bbe1a2b01336f747..cd0988317623f001c4a2855c2bfb331703846b31 100644 (file)
@@ -125,9 +125,12 @@ &i2c0 {
        /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 */
        };
 };