Skip to content

Commit

Permalink
ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node
Browse files Browse the repository at this point in the history
Ethernet PHY on BananaPi M2 Berry provides RX and TX delays. Fix ethernet
node to reflect that fact.

Fixes: 27e81e1 ("ARM: dts: sun8i: v40: bananapi-m2-berry: Enable GMAC ethernet controller")
Signed-off-by: Pablo Greco <pgreco@centosproject.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/1604326769-39802-1-git-send-email-pgreco@centosproject.org
  • Loading branch information
Pablo Greco authored and mripard committed Nov 2, 2020
1 parent bd5cdcd commit 8a82d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts
Expand Up @@ -120,7 +120,7 @@
pinctrl-names = "default";
pinctrl-0 = <&gmac_rgmii_pins>;
phy-handle = <&phy1>;
phy-mode = "rgmii";
phy-mode = "rgmii-id";
phy-supply = <&reg_dc1sw>;
status = "okay";
};
Expand Down

0 comments on commit 8a82d91

Please sign in to comment.