Commit 21aad8ba authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC



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

Fixes: 7109d817 ("arm64: dts: marvell: add DTS for Turris Mox")
Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 3b730f48
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -125,9 +125,12 @@
	/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 */
	};
};