Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <thomas.petazzoni@free-electrons.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Thomas Petazzoni and committed by
Gregory CLEMENT
34d48290 cb4f71c4

+3
+3
arch/arm/boot/dts/armada-385-db-ap.dts
··· 134 134 }; 135 135 }; 136 136 137 + /* CON3 */ 137 138 ethernet@30000 { 138 139 status = "okay"; 139 140 phy = <&phy2>; 140 141 phy-mode = "sgmii"; 141 142 }; 142 143 144 + /* CON2 */ 143 145 ethernet@34000 { 144 146 status = "okay"; 145 147 phy = <&phy1>; 146 148 phy-mode = "sgmii"; 147 149 }; 148 150 151 + /* CON4 */ 149 152 ethernet@70000 { 150 153 pinctrl-names = "default"; 151 154