Skip to content

Commit fca8a11

Browse files
sjoerdsimonsgclement
authored andcommitted
arm64: dts: armada-3720-turris-mox: set irq type for RTC
The rtc on the mox shares its interrupt line with the moxtet bus. Set the interrupt type to be consistent between both devices. This ensures correct setup of the interrupt line regardless of probing order. Signed-off-by: Sjoerd Simons <sjoerd@collabora.com> Cc: <stable@vger.kernel.org> # v6.2+ Fixes: 21aad8b ("arm64: dts: armada-3720-turris-mox: Add missing interrupt for RTC") Reviewed-by: Marek Behún <kabel@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
1 parent f1b45de commit fca8a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
compatible = "microchip,mcp7940x";
131131
reg = <0x6f>;
132132
interrupt-parent = <&gpiosb>;
133-
interrupts = <5 0>; /* GPIO2_5 */
133+
interrupts = <5 IRQ_TYPE_EDGE_FALLING>; /* GPIO2_5 */
134134
};
135135
};
136136

0 commit comments

Comments
 (0)