mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ethernet: chage u200 default as internal phy
PD#163830: change u200 use internal phy Change-Id: I1e60f66b8d624534a337f134c69d9256e517f766 Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
This commit is contained in:
@@ -1111,11 +1111,11 @@
|
||||
};
|
||||
ðmac {
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user