Commit 70cf622b authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

arm64: dts: mba8mx: Add Ethernet PHY IRQ support



The interrupt pin of the PHY is connected to the GPIO expander, configure
it accordingly.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6f5a740c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,8 @@ ethphy0: ethernet-phy@e {
			reset-gpios = <&expander2 7 GPIO_ACTIVE_LOW>;
			reset-assert-us = <500000>;
			reset-deassert-us = <500>;
			interrupt-parent = <&expander2>;
			interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
		};
	};
};