OSDN Git Service

ARM: dts: vf-colibri: add CLKOUT pin to pinctrl of FEC1
authorStefan Agner <stefan@agner.ch>
Thu, 27 Nov 2014 23:40:06 +0000 (00:40 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 5 Jan 2015 12:43:48 +0000 (20:43 +0800)
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>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vf-colibri.dtsi

index 82f5728..95b6ff2 100644 (file)
 
                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