Message ID | 1370066053-25030-1-git-send-email-shc_work@mail.ru (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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"; }; };
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(+)