aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/marvell/armada-7040-db.dts
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@free-electrons.com>2017-09-21 09:54:08 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-09-22 14:03:43 +0200
commit723abeed6286e000d1722abb07e0977531b07686 (patch)
tree333ca11bd0bfe07674471ab78c28ee8f9ff02ceb /arch/arm64/boot/dts/marvell/armada-7040-db.dts
parentarm64: dts: marvell: mcbin: add comphy references to Ethernet ports (diff)
downloadlinux-dev-723abeed6286e000d1722abb07e0977531b07686.tar.xz
linux-dev-723abeed6286e000d1722abb07e0977531b07686.zip
arm64: dts: marvell: 7040-db: add comphy reference to Ethernet port
This patch adds a comphy phandle to the Ethernet port in the 7040-db device tree. The comphy is used to configure the serdes PHYs used by these ports. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-7040-db.dts')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-7040-db.dts3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
index 64a8e020c09d..6e932a92cc8a 100644
--- a/arch/arm64/boot/dts/marvell/armada-7040-db.dts
+++ b/arch/arm64/boot/dts/marvell/armada-7040-db.dts
@@ -219,8 +219,11 @@
&cpm_eth1 {
status = "okay";
+ /* Network PHY */
phy = <&phy0>;
phy-mode = "sgmii";
+ /* Generic PHY, providing serdes lanes */
+ phys = <&cpm_comphy0 1>;
};
&cpm_eth2 {