Skip to content

Commit

Permalink
arm64: tegra: Set the correct PHY mode for MGBE
Browse files Browse the repository at this point in the history
The PHY is configured in 10GBASE-R, so make sure to reflect that in DT.

Reviewed-by: Jon Hunter <[email protected]>
Tested-by: Jon Hunter <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Feb 16, 2024
1 parent 841c351 commit 4c89212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
status = "okay";

phy-handle = <&mgbe0_phy>;
phy-mode = "usxgmii";
phy-mode = "10gbase-r";

mdio {
#address-cells = <1>;
Expand Down

0 comments on commit 4c89212

Please sign in to comment.