ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node
authorPablo Greco <pgreco@centosproject.org>
Mon, 2 Nov 2020 14:19:29 +0000 (11:19 -0300)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 2 Nov 2020 17:06:27 +0000 (18:06 +0100)
Ethernet PHY on BananaPi M2 Berry provides RX and TX delays. Fix ethernet
node to reflect that fact.

Fixes: 27e81e1970a8 ("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
arch/arm/boot/dts/sun8i-v40-bananapi-m2-berry.dts

index 84eb082957183c587be4d2b51aeca66da32cd16a..47954551f5735c4d221b4e15ea034f0961f88d66 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&gmac_rgmii_pins>;
        phy-handle = <&phy1>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-supply = <&reg_dc1sw>;
        status = "okay";
 };