[PATCH 12/15] arm64: dts: mediatek: mt7981b-openwrt-one: Enable Ethernet

Andrew Lunn andrew at lunn.ch
Fri Oct 17 10:31:16 PDT 2025


> +&mdio_bus {
> +	phy15: ethernet-phy at f {
> +		compatible = "ethernet-phy-id03a2.a411";
> +		reg = <0xf>;
> +		interrupt-parent = <&pio>;
> +		interrupts = <38 IRQ_TYPE_EDGE_FALLING>;

This is probably wrong. PHY interrupts are generally level, not edge.

	Andrew



More information about the linux-phy mailing list