Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12bb3619 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman
Browse files

arm64: dts: renesas: r8a77995: draak: drop "avb_phy_int" from avb_pins



Since the Ethernet AVB driver doesn't support AVB_PHY_INT handling
and it will be handled by a phy driver as a gpio pin, this patch
removes the "avb_phy_int" from the avb_pins node.

Reported-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fixes: 4503b50e ("arm64: dts: renesas: r8a77995: draak: enable EthernetAVB")
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent bc04ba36
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -41,8 +41,7 @@
&pfc {
	avb0_pins: avb {
		mux {
			groups = "avb0_link", "avb0_phy_int", "avb0_mdc",
				 "avb0_mii";
			groups = "avb0_link", "avb0_mdc", "avb0_mii";
			function = "avb0";
		};
	};