ARM: dts: aspeed: minerva: Modify mac3 setting
authorYang Chen <yangchen.openbmc@gmail.com>
Tue, 12 Dec 2023 07:51:51 +0000 (15:51 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:18 +0000 (11:49 +0930)
Remove the unuse setting and fix the link to 100 M

Signed-off-by: Yang Chen <yangchen.openbmc@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20231212075200.983536-3-yangchen.openbmc@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-minerva.dts

index c755fb3258a4858c0e550337a8aa855d93fc619a..9979dba1ef0e4a1eefcb568c274986b1454843e8 100644 (file)
 
 &mac3 {
        status = "okay";
+       phy-mode = "rmii";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_rmii4_default>;
-       use-ncsi;
-       mlx,multi-host;
+       fixed-link {
+               speed = <100>;
+               full-duplex;
+       };
 };
 
 &fmc {