diff mbox

ARM: dts: imx6q-udoo: Add Ethernet support

Message ID 1384270823-13229-1-git-send-email-fabio.estevam@freescale.com (mailing list archive)
State New, archived
Headers show

Commit Message

Fabio Estevam Nov. 12, 2013, 3:40 p.m. UTC
Add Ethernet support for imx6q udoo board.

Tested by booting a kernel via NFS.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx6q-udoo.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Shawn Guo Nov. 13, 2013, 3:37 p.m. UTC | #1
On Tue, Nov 12, 2013 at 01:40:23PM -0200, Fabio Estevam wrote:
> Add Ethernet support for imx6q udoo board.
> 
> Tested by booting a kernel via NFS.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Applied, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6q-udoo.dts b/arch/arm/boot/dts/imx6q-udoo.dts
index 1b5104d..1c7f7a1 100644
--- a/arch/arm/boot/dts/imx6q-udoo.dts
+++ b/arch/arm/boot/dts/imx6q-udoo.dts
@@ -21,8 +21,19 @@ 
 	};
 };
 
+&fec {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_enet>;
+	phy-mode = "rgmii";
+	status = "okay";
+};
+
 &iomuxc {
 	imx6q-udoo {
+		pinctrl_enet: enetgrp {
+			fsl,pins = <MX6QDL_ENET_PINGRP1>;
+		};
+
 		pinctrl_uart2: uart2grp {
 			fsl,pins = <MX6QDL_UART2_PINGRP1>;
 		};