[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1364077814-2233-5-git-send-email-maxime.ripard@free-electrons.com>
Date: Sat, 23 Mar 2013 23:30:13 +0100
From: Maxime Ripard <maxime.ripard@...e-electrons.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: kevin@...winnertech.com, sunny@...winnertech.com,
shuge@...winnertech.com, netdev@...r.kernel.org,
Stefan Roese <sr@...x.de>, Alejandro Mery <amery@...ks.cl>,
Russell King <linux@....linux.org.uk>,
linux-kernel@...r.kernel.org
Subject: [PATCH 4/5] ARM: cubieboard: Enable ethernet (WEMAC) support in dts
From: Stefan Roese <sr@...x.de>
Signed-off-by: Stefan Roese <sr@...x.de>
---
arch/arm/boot/dts/sun4i-a10-cubieboard.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
index 88e2dc1..9bf4b4f 100644
--- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
+++ b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
@@ -43,6 +43,12 @@
uart1: uart@...28400 {
status = "okay";
};
+
+ emac: ethernet@...0b000 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&emac_pins_a>;
+ status = "okay";
+ };
};
leds {
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists