Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ded1b827 authored by Pali Rohár's avatar Pali Rohár Committed by Greg Kroah-Hartman
Browse files

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



[ Upstream commit 21aad8ba615e9c39cee6c5d0b76726f63791926c ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 03a66663
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,9 +122,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 */
	};
};