]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: lx2160a-cex7: add interrupts for rtc and ethernet phy
authorJosua Mayer <josua@solid-run.com>
Mon, 25 Aug 2025 18:00:55 +0000 (20:00 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 02:37:45 +0000 (10:37 +0800)
SolidRun LX2160A CEX-7 module has interrupts wired for both the rtc and
ethernet phy.

Add description for those interrupts to the rtc and phy nodes.

Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi

index e4b727070814f9183904a7384c47229e364186b5..eec2cd6c6d32a72c332223f15d195878bb65d7f4 100644 (file)
@@ -41,6 +41,7 @@
        rgmii_phy1: ethernet-phy@1 {
                reg = <1>;
                qca,smarteee-tw-us-1g = <24>;
+               interrupts-extended = <&gpio2 4 IRQ_TYPE_EDGE_FALLING>;
        };
 };
 
        rtc@51 {
                compatible = "nxp,pcf2129";
                reg = <0x51>;
+               interrupts-extended = <&gpio2 8 IRQ_TYPE_LEVEL_LOW>;
        };
 };