nbhw18: configure second eth phy in u-boot to make it work in linux

This commit is contained in:
Marcel Reichmuth 2018-04-24 11:59:15 +02:00
parent e7738a5f25
commit e970e52ba6
1 changed files with 3 additions and 0 deletions

View File

@ -26,10 +26,13 @@
&eth0 { &eth0 {
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