mirror of https://gitee.com/openkylin/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 <antoine.tenart@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
760b3843fc
commit
723abeed62
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue