arm64: dts: marvell: 7040-db: add comphy reference to Ethernet port
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Thu, 21 Sep 2017 07:54:08 +0000 (09:54 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Fri, 22 Sep 2017 12:03:43 +0000 (14:03 +0200)
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>
arch/arm64/boot/dts/marvell/armada-7040-db.dts

index 64a8e020c09de83b6c55e2bfb36d31f57ca7c79a..6e932a92cc8ad573e92bc611c7ca9c9bc79d6d1b 100644 (file)
 
 &cpm_eth1 {
        status = "okay";
+       /* Network PHY */
        phy = <&phy0>;
        phy-mode = "sgmii";
+       /* Generic PHY, providing serdes lanes */
+       phys = <&cpm_comphy0 1>;
 };
 
 &cpm_eth2 {