ethernet: chage u200 default as internal phy
authorZhuo Wang <zhuo.wang@amlogic.com>
Sun, 8 Apr 2018 07:52:23 +0000 (15:52 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Mon, 23 Apr 2018 09:20:18 +0000 (02:20 -0700)
PD#163830: change u200 use internal phy

Change-Id: I1e60f66b8d624534a337f134c69d9256e517f766
Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
arch/arm64/boot/dts/amlogic/g12a_s905d2_u200.dts

index c554e76..6811b5b 100644 (file)
 };
 &ethmac {
        status = "okay";
-       pinctrl-names = "external_eth_pins";
-       pinctrl-0 = <&external_eth_pins>;
-       mc_val = <0x1621>;
+       pinctrl-names = "internal_eth_pins";
+       pinctrl-0 = <&internal_eth_pins>;
+       mc_val = <0x4be04>;
 
-       internal_phy=<0>;
+       internal_phy=<1>;
 };
 
 &uart_A {