Message ID | 20240717064916.1670702-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] arm64: dts: mba8mx: Add Ethernet PHY IRQ support | expand |
On Wed, Jul 17, 2024 at 08:49:15AM +0200, Alexander Stein wrote: > The interrupt pin of the PHY is connected to the GPIO expander, configure > it accordingly. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> It doesn't apply to imx/dt64 branch. Shawn
diff --git a/arch/arm64/boot/dts/freescale/mba8mx.dtsi b/arch/arm64/boot/dts/freescale/mba8mx.dtsi index 7b221f43d761e..1ab5cddac0659 100644 --- a/arch/arm64/boot/dts/freescale/mba8mx.dtsi +++ b/arch/arm64/boot/dts/freescale/mba8mx.dtsi @@ -204,6 +204,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>; leds { #address-cells = <1>;
The interrupt pin of the PHY is connected to the GPIO expander, configure it accordingly. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- arch/arm64/boot/dts/freescale/mba8mx.dtsi | 2 ++ 1 file changed, 2 insertions(+)