]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mediatek: mt7622: add the missing phy interrupt-parent for WAX206 18841/head
authorShiji Yang <yangshiji66@outlook.com>
Mon, 19 May 2025 00:50:10 +0000 (08:50 +0800)
committerShiji Yang <yangshiji66@outlook.com>
Mon, 19 May 2025 12:01:00 +0000 (20:01 +0800)
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 <yangshiji66@outlook.com>
target/linux/mediatek/dts/mt7622-netgear-wax206.dts

index 4881004ac3b750bccb639e60da16196b2bd7129a..ab512e789414b76a049c5eb074e26fde75160cef 100644 (file)
                        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>;