Skip to content

Commit 4667983

Browse files
ivitroShawn Guo
authored andcommitted
arm64: dts: freescale: imx95-toradex-smarc: use edge trigger for ethphy1 interrupt
Change the PHY interrupt trigger type from IRQ_TYPE_LEVEL_LOW to IRQ_TYPE_EDGE_FALLING to match the PCA9745 GPIO expander hardware capabilities and avoid emulated level detection. Fixes: 90bbe88 ("arm64: dts: freescale: add Toradex SMARC iMX95") Signed-off-by: Vitor Soares <vitor.soares@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent ca64389 commit 4667983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx95-toradex-smarc.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
ethphy1: ethernet-phy@1 {
583583
reg = <1>;
584584
interrupt-parent = <&som_gpio_expander_1>;
585-
interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
585+
interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
586586
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
587587
ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
588588
};

0 commit comments

Comments
 (0)