Browse Source

ARM: dts: imx27-phytec-phycore: Add reset GPIO for FEC

FEC (KSZ8001L) reset pin is connected to GPIOC30.
Add this definition to dts.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Alexander Shiyan 12 years ago
parent
commit
44673d6b74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/boot/dts/imx27-phytec-phycore.dts

+ 1 - 0
arch/arm/boot/dts/imx27-phytec-phycore.dts

@@ -58,6 +58,7 @@
 
 		aipi@10020000 { /* aipi2 */
 			ethernet@1002b000 {
+				phy-reset-gpios = <&gpio3 30 0>;
 				status = "okay";
 			};
 		};