From: Sergei Shtylyov Date: Tue, 13 Feb 2018 11:24:14 +0000 (+0300) Subject: arm64: dts: renesas: eagle: specify EtherAVB PHY IRQ X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=51671b265b2915846826da407a4ab7d4ba52f404;p=openwrt%2Fstaging%2Fblogic.git arm64: dts: renesas: eagle: specify EtherAVB PHY IRQ Specify EtherAVB PHY IRQ in the Eagle board's device tree, now that we have the GPIO support (previously phylib had to resort to polling). Signed-off-by: Sergei Shtylyov Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts index f174103d2206..cb4bd40584cf 100644 --- a/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts +++ b/arch/arm64/boot/dts/renesas/r8a77970-eagle.dts @@ -41,6 +41,8 @@ phy0: ethernet-phy@0 { rxc-skew-ps = <1500>; reg = <0>; + interrupt-parent = <&gpio1>; + interrupts = <17 IRQ_TYPE_LEVEL_LOW>; }; };