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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user