aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
diff options
context:
space:
mode:
authorKrzysztof Hałasa <khalasa@piap.pl>2015-12-11 14:22:04 +0100
committerShawn Guo <shawnguo@kernel.org>2015-12-15 16:53:15 +0800
commit3a35e470bc6bc4ce34c19c410ebbe4e3bbf0bafe (patch)
tree07e475bb758f3383fce0cdc9e1a2aa5a402ba3a8 /arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
parentARM: dts: imx: Fix the assigned-clock mismatch issue on imx6q/dl (diff)
downloadlinux-dev-3a35e470bc6bc4ce34c19c410ebbe4e3bbf0bafe.tar.xz
linux-dev-3a35e470bc6bc4ce34c19c410ebbe4e3bbf0bafe.zip
ARM: dts: imx6: Fix Ethernet PHY mode on Ventana boards
Gateworks Ventana boards seem to need "RGMII-ID" (internal delay) PHY mode, instead of simple "RGMII", for their Marvell 88E1510 transceiver. Otherwise, the Ethernet MAC doesn't work with Marvell PHY driver (TX doesn't seem to work correctly). Tested on GW5400 rev. C. This bug affects ARM Fedora 23. Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl> Acked-by: Tim Harvey <tharvey@gateworks.com> Cc: <stable@vger.kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-gw52xx.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-gw52xx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
index 1b66328a8498..18cd4114a23e 100644
--- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
@@ -154,7 +154,7 @@
&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii-id";
phy-reset-gpios = <&gpio1 30 GPIO_ACTIVE_LOW>;
status = "okay";
};