linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vf-colibri: add CLKOUT pin to pinctrl of FEC1
@ 2014-11-27 23:40 Stefan Agner
  2014-12-02 14:16 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2014-11-27 23:40 UTC (permalink / raw)
  To: shawn.guo, kernel
  Cc: devicetree, linux-arm-kernel, linux-kernel, bhuvanchandra.dv, stefan

On the Colibri module, the RMII clock for the Ethernet PHY is
generated by the SoC. This patch adds that missing pin to the
pinctrl of FEC1. Because the boot loader initializes this pin,
ethernet worked even without this pin so far.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/boot/dts/vf-colibri.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi
index 82f5728..95b6ff2 100644
--- a/arch/arm/boot/dts/vf-colibri.dtsi
+++ b/arch/arm/boot/dts/vf-colibri.dtsi
@@ -121,6 +121,7 @@
 
 		pinctrl_fec1: fec1grp {
 			fsl,pins = <
+				VF610_PAD_PTA6__RMII_CLKOUT		0x30d2
 				VF610_PAD_PTC9__ENET_RMII1_MDC		0x30d2
 				VF610_PAD_PTC10__ENET_RMII1_MDIO	0x30d3
 				VF610_PAD_PTC11__ENET_RMII1_CRS		0x30d1
-- 
2.1.3


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

* Re: [PATCH] ARM: dts: vf-colibri: add CLKOUT pin to pinctrl of FEC1
  2014-11-27 23:40 [PATCH] ARM: dts: vf-colibri: add CLKOUT pin to pinctrl of FEC1 Stefan Agner
@ 2014-12-02 14:16 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2014-12-02 14:16 UTC (permalink / raw)
  To: Stefan Agner
  Cc: kernel, devicetree, linux-arm-kernel, linux-kernel, bhuvanchandra.dv

On Fri, Nov 28, 2014 at 12:40:06AM +0100, Stefan Agner wrote:
> On the Colibri module, the RMII clock for the Ethernet PHY is
> generated by the SoC. This patch adds that missing pin to the
> pinctrl of FEC1. Because the boot loader initializes this pin,
> ethernet worked even without this pin so far.
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied, thanks.

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

end of thread, other threads:[~2014-12-02 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-27 23:40 [PATCH] ARM: dts: vf-colibri: add CLKOUT pin to pinctrl of FEC1 Stefan Agner
2014-12-02 14:16 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).