diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-06-01 09:54:10 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 12:04:24 +0400 |
commit | 44673d6b74dcc1d7678a06e83893fc80dc946503 (patch) | |
tree | 38ec6c49779e469e29c1a59be72937c67d61dabe /arch/arm | |
parent | e77b74ee6c4115a0fe1fdb673dbf25ffe1277205 (diff) | |
download | linux-44673d6b74dcc1d7678a06e83893fc80dc946503.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; }; |