mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 10:13:07 +01:00
mediatek: mt7622: fix 2.5G WAN port on Netgear WAX206
Since6b43a52171, 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:6b43a52171("mediatek: mt7622: add the missing phy interrupt-parent for WAX206") Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
This commit is contained in:
parent
6960d03f11
commit
351deebb3f
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@
|
|||
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>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue