From: Antoine Tenart Date: Thu, 21 Sep 2017 07:54:08 +0000 (+0200) Subject: arm64: dts: marvell: 7040-db: add comphy reference to Ethernet port X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=723abeed6286e000d1722abb07e0977531b07686;p=linux.git 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 Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-7040-db.dts b/arch/arm64/boot/dts/marvell/armada-7040-db.dts index 64a8e020c09de..6e932a92cc8ad 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 {