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 <gch981213@gmail.com>
This commit is contained in:
committed by
Mathias Kresin
parent
115e993adc
commit
690c55e8cc
@@ -5,5 +5,5 @@
|
||||
|
||||
/ {
|
||||
model = "TP-Link TL-WR740N/ND v4";
|
||||
compatible = "tplink,tl-wr740n-v4";
|
||||
compatible = "tplink,tl-wr740nd-v4";
|
||||
};
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
|
||||
/ {
|
||||
model = "TP-Link TL-WR741N/ND v4";
|
||||
compatible = "tplink,tl-wr741n-v4";
|
||||
compatible = "tplink,tl-wr741nd-v4";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user