From 690c55e8cc409f00774d2e0ac8e8456f8d90c946 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Thu, 2 Aug 2018 15:14:10 +0800 Subject: ath79: fix support for TL-WR740N/WR741N v4 1. Swap eth0/eth1 Both devices are using AR9331, the builtin switch on AR9331 is connected to gmac1 and gmac1 is named as eth1 in ath79. PS: gmac1 is eth0 and gmac0 is eth1 in ar71xx because of the reversed initialization order. 2. Fix the incorrect compatible string in dts Signed-off-by: Chuanhong Guo --- target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts') diff --git a/target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts b/target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts index b0029b88b6..583716308d 100644 --- a/target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts +++ b/target/linux/ath79/dts/ar9331_tl-wr740nd-v4.dts @@ -5,5 +5,5 @@ / { model = "TP-Link TL-WR740N/ND v4"; - compatible = "tplink,tl-wr740n-v4"; + compatible = "tplink,tl-wr740nd-v4"; }; -- cgit v1.2.3