diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2014-09-30 16:28:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-30 16:36:13 -0400 |
commit | 75215193b975d9b5663f21d885c9f794de787328 (patch) | |
tree | 4fb2b86ad599012ee4079141512cf1b71d10c922 /arch | |
parent | bdc06cd701fc9eed0e87293f5f12d1cedcaec9dd (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts index a357ce02a64e..ea1f99b8eed6 100644 --- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts +++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts @@ -45,3 +45,7 @@ &uart0 { status = "okay"; }; + +ð0 { + status = "okay"; +}; |