ARM: dts: stm32: replace rgmii mode with rgmii-id on stm32mp15 boards
authorChristophe Roullier <christophe.roullier@st.com>
Mon, 17 Jun 2019 08:50:18 +0000 (10:50 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 21 Jun 2019 14:14:33 +0000 (16:14 +0200)
On disco and eval board, Tx and Rx delay are applied (pull-up of 4.7k
put on VDD) so which correspond to RGMII-ID mode with internal RX and TX
delays provided by the PHY, the MAC should not add the RX or TX delays
in this case

Signed-off-by: Christophe Roullier <christophe.roullier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157a-dk1.dts
arch/arm/boot/dts/stm32mp157c-ev1.dts

index 969eb013e4bd6acdbd0f5d27666ab1f5266c4ead..f3f0e37aad4dd19914e400a9bda399668c96a65d 100644 (file)
@@ -62,7 +62,7 @@
        pinctrl-0 = <&ethernet0_rgmii_pins_a>;
        pinctrl-1 = <&ethernet0_rgmii_pins_sleep_a>;
        pinctrl-names = "default", "sleep";
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        max-speed = <1000>;
        phy-handle = <&phy0>;
 
index 50f32639760901fe759549bc57c66cacd81538a2..feb8f7727270b670c68e5229113dda63984b6f53 100644 (file)
        pinctrl-0 = <&ethernet0_rgmii_pins_a>;
        pinctrl-1 = <&ethernet0_rgmii_pins_sleep_a>;
        pinctrl-names = "default", "sleep";
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        max-speed = <1000>;
        phy-handle = <&phy0>;