From 2f02c8734feb229136101f6da14b5893065cffb8 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Mon, 9 Jan 2023 23:56:12 -0800 Subject: [PATCH] Revert some changes made in error. --- patches/747-mikrotik-extra-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/747-mikrotik-extra-support.patch b/patches/747-mikrotik-extra-support.patch index 75092d93..83520477 100644 --- a/patches/747-mikrotik-extra-support.patch +++ b/patches/747-mikrotik-extra-support.patch @@ -101,7 +101,7 @@ + phy-handle = <&swphy0>; + + gmac-config { -+ device = <&gmac0>; ++ device = <&gmac>; + switch-phy-swap = <1>; + }; +}; @@ -719,7 +719,7 @@ + pll-data = <0x02000000 0x00000101 0x00001313>; + + gmac-config { -+ device = <&gmac0>; ++ device = <&gmac>; + rgmii-gmac0 = <1>; + rxd-delay = <1>; + txd-delay = <1>;