ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP

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>
This commit is contained in:
Antoine Ténart 2014-09-30 16:28:16 +02:00 committed by David S. Miller
parent bdc06cd701
commit 75215193b9

View file

@ -45,3 +45,7 @@ &i2c2 {
&uart0 { &uart0 {
status = "okay"; status = "okay";
}; };
&eth0 {
status = "okay";
};