mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-18 10:05:34 +00:00
uboot-mediatek: enable auto switch chip detect for Xiaomi AX3000T
The Xiaomi AX3000T has two hardware revisions. One uses MT7531 switch, and the other uses AN8855 switch. Set "mediatek,switch" property to "auto" to be compatible with different switches. Tested-by: Mikhail Zhilkin <csharper2005@gmail.com> Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
parent
4e7c991af5
commit
b85c5f6817
@ -178,7 +178,7 @@
|
||||
+ status = "okay";
|
||||
+ mediatek,gmac-id = <0>;
|
||||
+ phy-mode = "2500base-x";
|
||||
+ mediatek,switch = "mt7531";
|
||||
+ mediatek,switch = "auto";
|
||||
+ reset-gpios = <&gpio 39 GPIO_ACTIVE_HIGH>;
|
||||
+
|
||||
+ fixed-link {
|
||||
|
Loading…
x
Reference in New Issue
Block a user