diff options
author | Antoine Ténart <[email protected]> | 2014-09-30 16:28:16 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-09-30 16:36:13 -0400 |
commit | 75215193b975d9b5663f21d885c9f794de787328 (patch) | |
tree | 4fb2b86ad599012ee4079141512cf1b71d10c922 | |
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 <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-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"; +}; |