From: Thomas Petazzoni Date: Wed, 27 Jan 2016 15:08:20 +0000 (+0100) Subject: ARM: dts: armada-38x: add reference to ETH connectors for A385-AP X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=34d482904c9689dfc8d8cbe5cb1b89582e5bcf37;p=linux-beck.git ARM: dts: armada-38x: add reference to ETH connectors for A385-AP This commit adds some comments to the Armada 385 AP Device Tree description to indicate which Ethernet interface matches which physical connector on the board. Signed-off-by: Thomas Petazzoni Cc: Maxime Ripard Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/armada-385-db-ap.dts b/arch/arm/boot/dts/armada-385-db-ap.dts index acd5b1519edb..86fde0bf552b 100644 --- a/arch/arm/boot/dts/armada-385-db-ap.dts +++ b/arch/arm/boot/dts/armada-385-db-ap.dts @@ -134,18 +134,21 @@ }; }; + /* CON3 */ ethernet@30000 { status = "okay"; phy = <&phy2>; phy-mode = "sgmii"; }; + /* CON2 */ ethernet@34000 { status = "okay"; phy = <&phy1>; phy-mode = "sgmii"; }; + /* CON4 */ ethernet@70000 { pinctrl-names = "default";