[PATCH 5/5] ARM: dts: berlin: enable the Ethernet port on the BG2Q DMP
Antoine Tenart
antoine.tenart at free-electrons.com
Fri Aug 29 06:51:03 PDT 2014
This patch enables the Ethernet port on the Marvell Berlin2Q DMP board.
The Ethernet PHY node is also added.
Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>
---
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
index a357ce02a64e..1826534ffce3 100644
--- a/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
+++ b/arch/arm/boot/dts/berlin2q-marvell-dmp.dts
@@ -45,3 +45,16 @@
&uart0 {
status = "okay";
};
+
+ð0 {
+ phy-handle = <ðphy0>;
+ status = "okay";
+};
+
+&mdio {
+ status = "okay";
+
+ ethphy0: ethernet-phy at 0 {
+ reg = <0>;
+ };
+};
--
1.9.1
More information about the linux-arm-kernel
mailing list