arm64: dts: renesas: r8a77995: draak: drop "avb_phy_int" from avb_pins
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 3 Oct 2017 04:57:13 +0000 (13:57 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 3 Oct 2017 07:51:20 +0000 (09:51 +0200)
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: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fixes: 4503b50eac08 ("arm64: dts: renesas: r8a77995: draak: enable EthernetAVB")
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77995-draak.dts

index 96b7ff5cc321a45297b87be6819f73ecd3e93e48..fac58be8338366f9807d6a48fac5c7e30530279e 100644 (file)
@@ -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";
                };
        };