ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP
authorAntoine Ténart <antoine.tenart@free-electrons.com>
Tue, 30 Sep 2014 14:28:16 +0000 (16:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Sep 2014 20:36:13 +0000 (16:36 -0400)
This patch enables the Ethernet port on the Marvell Berlin2Q DMP board.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/berlin2q-marvell-dmp.dts

index a357ce0..ea1f99b 100644 (file)
@@ -45,3 +45,7 @@
 &uart0 {
        status = "okay";
 };
+
+&eth0 {
+       status = "okay";
+};