Re: [PATCH v2 3/7] arm64: dts: freescale: Add Lino iMX93

From: Andrew Lunn

Date: Tue Sep 15 2026 - 09:47:18 EST


> + ethphy1: ethernet-phy@1 {
> + reg = <1>;
> + interrupt-parent = <&adapter_gpio_expander>;
> + interrupts = <3 IRQ_TYPE_EDGE_FALLING>;

Falling interrupts is probably wrong. They are normally level, active
low.

Andrew