]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: mt7622: fix 2.5G WAN port on Netgear WAX206 20605/head
authorAleksander Jan Bajkowski <olek2@wp.pl>
Thu, 30 Oct 2025 18:14:27 +0000 (19:14 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 31 Oct 2025 09:58:28 +0000 (09:58 +0000)
Since 6b43a52171f5, the PHY is using interrupts instead of polling. It
turned out that the interrupt number is wrong and the WAN port doesn't
work. This commit fixes this bug.

Fixes: 6b43a52171f5 ("mediatek: mt7622: add the missing phy interrupt-parent for WAX206")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
target/linux/mediatek/dts/mt7622-netgear-wax206.dts

index 63997432233a76381071f9b1b3c80a9bbbf5eb27..adb9e3bd82dd6c76cd2991de28138f49eb339538 100644 (file)
                        reg = <7>;
                        reset-gpios = <&pio 101 GPIO_ACTIVE_LOW>;
                        interrupt-parent = <&pio>;
-                       interrupts = <52 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupts = <77 IRQ_TYPE_LEVEL_LOW>;
                        reset-assert-us = <100000>;
                        reset-deassert-us = <100000>;
                };