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>
This commit is contained in:
Antoine Tenart 2017-09-21 09:54:08 +02:00 committed by Gregory CLEMENT
parent 760b3843fc
commit 723abeed62
1 changed files with 3 additions and 0 deletions

View File

@ -219,8 +219,11 @@ &cpm_ethernet {
&cpm_eth1 {
status = "okay";
/* Network PHY */
phy = <&phy0>;
phy-mode = "sgmii";
/* Generic PHY, providing serdes lanes */
phys = <&cpm_comphy0 1>;
};
&cpm_eth2 {