Skip to content

Commit

Permalink
arm64: amlogic: dts: adjust the ethmac parameters for x96max plus wit…
Browse files Browse the repository at this point in the history
…h ip1001m phy.
  • Loading branch information
unifreq committed Apr 27, 2022
1 parent 64a6f2f commit e983ac4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions arch/arm64/boot/dts/amlogic/meson-sm1-x96-max-plus-ip1001m.dts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@

/dts-v1/;

#include "meson-sm1-x96-max-plus.dts"
#include "meson-sm1-x96-max-plus-oc.dts"

&ethmac {
phy-mode = "rgmii";
/delete-property/ rx-internal-delay-ps;
//rx-internal-delay-ps = <800>;
amlogic,tx-delay-ns = <2>;
phy-mode = "rgmii-txid";
/* After a simple testing, temporarily set rx-internal-delay-ps to 2800 ps,
* if anyone finds a more suitable value please let me know.
*/
rx-internal-delay-ps = <2800>;
};

&ext_mdio {
Expand Down

0 comments on commit e983ac4

Please sign in to comment.