diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2013-12-16 20:13:00 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:29:29 -0500 |
commit | a48a1e527e0a0705f283860524ad4771727e8cc5 (patch) | |
tree | f680e3860a12ebe2f6d1e9e230f9b9f374cd2f23 | |
parent | f5ecc32ffd07e87e79f2fb2d57cec641ca1121d2 (diff) |
ARM: dts: imx6qdl-sabrelite: add skews for Micrel phy
Set the data delays to min, and clock delays to max
because the traces are equal length on pcb.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi index a1e9ed765ac7..d443eb77eae0 100644 --- a/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi | |||
@@ -107,6 +107,18 @@ | |||
107 | pinctrl-0 = <&pinctrl_enet>; | 107 | pinctrl-0 = <&pinctrl_enet>; |
108 | phy-mode = "rgmii"; | 108 | phy-mode = "rgmii"; |
109 | phy-reset-gpios = <&gpio3 23 0>; | 109 | phy-reset-gpios = <&gpio3 23 0>; |
110 | txen-skew-ps = <0>; | ||
111 | txc-skew-ps = <3000>; | ||
112 | rxdv-skew-ps = <0>; | ||
113 | rxc-skew-ps = <3000>; | ||
114 | rxd0-skew-ps = <0>; | ||
115 | rxd1-skew-ps = <0>; | ||
116 | rxd2-skew-ps = <0>; | ||
117 | rxd3-skew-ps = <0>; | ||
118 | txd0-skew-ps = <0>; | ||
119 | txd1-skew-ps = <0>; | ||
120 | txd2-skew-ps = <0>; | ||
121 | txd3-skew-ps = <0>; | ||
110 | status = "okay"; | 122 | status = "okay"; |
111 | }; | 123 | }; |
112 | 124 | ||