From: Shiji Yang Date: Mon, 19 May 2025 00:50:10 +0000 (+0800) Subject: mediatek: mt7622: add the missing phy interrupt-parent for WAX206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18841%2Fhead;p=thirdparty%2Fopenwrt.git mediatek: mt7622: add the missing phy interrupt-parent for WAX206 Based on other mt7622 dts, it is not difficult to infer that the missing interrupt controller is "pio". Fix dtc warning: mt7622.dtsi:282.3-26: Warning (interrupts_property): /ethernet@1b100000/mdio-bus/ethernet-phy@7:#interrupt-cells: size is (8), expected multiple of 12 Signed-off-by: Shiji Yang --- diff --git a/target/linux/mediatek/dts/mt7622-netgear-wax206.dts b/target/linux/mediatek/dts/mt7622-netgear-wax206.dts index 4881004ac3b..ab512e78941 100644 --- a/target/linux/mediatek/dts/mt7622-netgear-wax206.dts +++ b/target/linux/mediatek/dts/mt7622-netgear-wax206.dts @@ -206,6 +206,7 @@ compatible = "ethernet-phy-ieee802.3-c45"; reg = <7>; reset-gpios = <&pio 101 GPIO_ACTIVE_LOW>; + interrupt-parent = <&pio>; interrupts = <52 IRQ_TYPE_LEVEL_HIGH>; reset-assert-us = <100000>; reset-deassert-us = <100000>;