nbhw18: configure second eth phy in u-boot to make it work in linux
This commit is contained in:
parent
e7738a5f25
commit
e970e52ba6
|
|
@ -26,10 +26,13 @@
|
||||||
|
|
||||||
ð0 {
|
ð0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
/* Initialize both phys in U-Boot. Otherwise second phy will not work in linux. TODO: Check why.
|
||||||
|
To use the PoE switch in U-Boot the following lines must be uncommented.
|
||||||
fixed-link {
|
fixed-link {
|
||||||
speed = <1000>;
|
speed = <1000>;
|
||||||
full-duplex;
|
full-duplex;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
|
|
||||||
// SFP-Port
|
// SFP-Port
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue