diff mbox

[1/4] ARM: dts: imx27-phytec-phycore: Add reset GPIO for FEC

Message ID 1370066053-25030-1-git-send-email-shc_work@mail.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Shiyan June 1, 2013, 5:54 a.m. UTC
FEC (KSZ8001L) reset pin is connected to GPIOC30.
Add this definition to dts.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx27-phytec-phycore.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo June 3, 2013, 2:16 a.m. UTC | #1
On Sat, Jun 01, 2013 at 09:54:10AM +0400, Alexander Shiyan wrote:
> FEC (KSZ8001L) reset pin is connected to GPIOC30.
> Add this definition to dts.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied the series, thanks.

Shawn

> ---
>  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 eb7d9fa..a4c0256 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";
>  			};
>  		};
> -- 
> 1.8.1.5
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx27-phytec-phycore.dts b/arch/arm/boot/dts/imx27-phytec-phycore.dts
index eb7d9fa..a4c0256 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";
 			};
 		};