All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1
@ 2013-11-27 11:55 Alexander Shiyan
  2013-11-27 11:55 ` [PATCH 2/2] ARM: dts: imx51-babbage: Define FEC reset pin Alexander Shiyan
  2013-11-28  5:40 ` [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1 Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2013-11-27 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

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

diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts
index bbe899f..ee0deb3 100644
--- a/arch/arm/boot/dts/imx51-babbage.dts
+++ b/arch/arm/boot/dts/imx51-babbage.dts
@@ -138,7 +138,7 @@
 	pinctrl-0 = <&pinctrl_ecspi1>;
 	fsl,spi-num-chipselects = <2>;
 	cs-gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>,
-		   <&gpio4 25 GPIO_ACTIVE_HIGH>;
+		   <&gpio4 25 GPIO_ACTIVE_LOW>;
 	status = "okay";
 
 	pmic: mc13892 at 0 {
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: dts: imx51-babbage: Define FEC reset pin
  2013-11-27 11:55 [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1 Alexander Shiyan
@ 2013-11-27 11:55 ` Alexander Shiyan
  2013-11-28  5:40 ` [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1 Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Shiyan @ 2013-11-27 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/boot/dts/imx51-babbage.dts | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts
index ee0deb3..483178a 100644
--- a/arch/arm/boot/dts/imx51-babbage.dts
+++ b/arch/arm/boot/dts/imx51-babbage.dts
@@ -299,7 +299,10 @@
 		};
 
 		pinctrl_fec: fecgrp {
-			fsl,pins = <MX51_FEC_PINGRP1>;
+			fsl,pins = <
+				MX51_FEC_PINGRP1
+				MX51_PAD_EIM_A20__GPIO2_14 0x85 /* Reset */
+			>;
 		};
 
 		pinctrl_i2c2: i2c2grp {
@@ -377,6 +380,8 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_fec>;
 	phy-mode = "mii";
+	phy-reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>;
+	phy-reset-duration = <1>;
 	status = "okay";
 };
 
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1
  2013-11-27 11:55 [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1 Alexander Shiyan
  2013-11-27 11:55 ` [PATCH 2/2] ARM: dts: imx51-babbage: Define FEC reset pin Alexander Shiyan
@ 2013-11-28  5:40 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2013-11-28  5:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 27, 2013 at 03:55:45PM +0400, Alexander Shiyan wrote:
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

Applied both, thanks.

Shawn

> ---
>  arch/arm/boot/dts/imx51-babbage.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx51-babbage.dts b/arch/arm/boot/dts/imx51-babbage.dts
> index bbe899f..ee0deb3 100644
> --- a/arch/arm/boot/dts/imx51-babbage.dts
> +++ b/arch/arm/boot/dts/imx51-babbage.dts
> @@ -138,7 +138,7 @@
>  	pinctrl-0 = <&pinctrl_ecspi1>;
>  	fsl,spi-num-chipselects = <2>;
>  	cs-gpios = <&gpio4 24 GPIO_ACTIVE_HIGH>,
> -		   <&gpio4 25 GPIO_ACTIVE_HIGH>;
> +		   <&gpio4 25 GPIO_ACTIVE_LOW>;
>  	status = "okay";
>  
>  	pmic: mc13892 at 0 {
> -- 
> 1.8.3.2
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-28  5:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-27 11:55 [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1 Alexander Shiyan
2013-11-27 11:55 ` [PATCH 2/2] ARM: dts: imx51-babbage: Define FEC reset pin Alexander Shiyan
2013-11-28  5:40 ` [PATCH 1/2] ARM: dts: imx51-babbage: Fix chipselect level for dataflash on spi0.1 Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.