Skip to content

Commit 4c89212

Browse files
committed
arm64: tegra: Set the correct PHY mode for MGBE
The PHY is configured in 10GBASE-R, so make sure to reflect that in DT. Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 841c351 commit 4c89212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
status = "okay";
176176

177177
phy-handle = <&mgbe0_phy>;
178-
phy-mode = "usxgmii";
178+
phy-mode = "10gbase-r";
179179

180180
mdio {
181181
#address-cells = <1>;

0 commit comments

Comments
 (0)