From a4260eaab7744c8e3f1f7a62a61aab5e3b562342 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Sun, 15 Dec 2019 18:11:45 +0900 Subject: ath79: fix MAC address setup for TP-Link TL-WDR3600/TL-WDR4300 The current ethernet MAC address setup of TL-WDR4300 board is different from the setup of stock firmware: OpenWrt: lan = label_mac -2, wan = label_mac -2 stock: lan = label_mac, wan = label_mac +1 The full address assignment is as follows: LAN label WAN label + 1 5G label 2G label - 1 This patch changes all devices using TL-WDR4300 board: TL-WDR3600 v1 (checked on device) TL-WDR4300 v1 (checked on device) TL-WDR4300 v1 (IL) Signed-off-by: Sungbo Eo [rephrase/extend commit title/message] Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi b/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi index 7071d35e24..dc85075bcf 100644 --- a/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi +++ b/target/linux/ath79/dts/ar9344_tplink_tl-wdr4300.dtsi @@ -116,7 +116,6 @@ pll-data = <0x06000000 0x00000101 0x00001616>; mtd-mac-address = <&uboot 0x1fc00>; - mtd-mac-address-increment = <(-2)>; phy-mode = "rgmii"; phy-handle = <&phy0>; -- cgit v1.2.3