From 44673d6b74dcc1d7678a06e83893fc80dc946503 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Sat, 1 Jun 2013 09:54:10 +0400 Subject: [PATCH] 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 Acked-by: Sascha Hauer Signed-off-by: Shawn Guo --- arch/arm/boot/dts/imx27-phytec-phycore.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts index eb7d9fa58dd7..a4c0256c35e1 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore.dts +++ b/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"; }; }; -- 2.39.5