Commit 723abeed authored by Antoine Tenart's avatar Antoine Tenart Committed by Gregory CLEMENT

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: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 760b3843
...@@ -219,8 +219,11 @@ &cpm_ethernet { ...@@ -219,8 +219,11 @@ &cpm_ethernet {
&cpm_eth1 { &cpm_eth1 {
status = "okay"; status = "okay";
/* Network PHY */
phy = <&phy0>; phy = <&phy0>;
phy-mode = "sgmii"; phy-mode = "sgmii";
/* Generic PHY, providing serdes lanes */
phys = <&cpm_comphy0 1>;
}; };
&cpm_eth2 { &cpm_eth2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment