[openwrt/openwrt] mediatek: fix Ethernet support on UniElec U7623

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 26 05:50:09 EDT 2020


981213 pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/be3c8f8b2bf2893950b11ea7fa16cea074bc7903

commit be3c8f8b2bf2893950b11ea7fa16cea074bc7903
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Mon Jul 13 00:49:22 2020 +0100

    mediatek: fix Ethernet support on UniElec U7623
    
    The definition of the switch in the device-tree was not correct. Make it
    look more like the Banana Pi R2, which works.
    
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 .../patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch   | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch b/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch
index 7371611059..7def128daf 100644
--- a/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch
+++ b/target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch
@@ -44,7 +44,7 @@ Subject: [PATCH] arm: dts: Add Unielec U7623 DTS
 +};
 --- /dev/null
 +++ b/arch/arm/boot/dts/mt7623a-unielec-u7623-02-emmc.dtsi
-@@ -0,0 +1,349 @@
+@@ -0,0 +1,343 @@
 +/*
 + * Copyright 2018 Kristian Evensen <kristian.evensen at gmail.com>
 + *
@@ -141,12 +141,6 @@ Subject: [PATCH] arm: dts: Add Unielec U7623 DTS
 +			default-state = "off";
 +		};
 +	};
-+
-+	mt7530: switch at 0 {
-+		compatible = "mediatek,mt7530";
-+		#address-cells = <1>;
-+		#size-cells = <0>;
-+	};
 +};
 +
 +&crypto {
@@ -171,9 +165,9 @@ Subject: [PATCH] arm: dts: Add Unielec U7623 DTS
 +	mdio: mdio-bus {
 +		#address-cells = <1>;
 +		#size-cells = <0>;
-+		phy5: ethernet-phy at 5 {
-+			reg = <5>;
-+			phy-mode = "rgmii-rxid";
++
++		mt7530: switch at 0 {
++			compatible = "mediatek,mt7530";
 +		};
 +	};
 +};



More information about the lede-commits mailing list