]> www.infradead.org Git - users/willy/linux.git/commitdiff
arm64: dts: armada-3720-turris-mox: set irq type for RTC
authorSjoerd Simons <sjoerd@collabora.com>
Tue, 28 Nov 2023 21:35:06 +0000 (22:35 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 15 Dec 2023 14:44:57 +0000 (15:44 +0100)
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: 21aad8ba615e ("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>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index a89747d2a600db126b2cc11c3373de16b0affebd..f1a9f223435919f05bcfaea45f73321aec313be9 100644 (file)
                compatible = "microchip,mcp7940x";
                reg = <0x6f>;
                interrupt-parent = <&gpiosb>;
-               interrupts = <5 0>; /* GPIO2_5 */
+               interrupts = <5 IRQ_TYPE_EDGE_FALLING>; /* GPIO2_5 */
        };
 };