提交 760b3843 编写于 作者: A Antoine Tenart 提交者: Gregory CLEMENT

arm64: dts: marvell: mcbin: add comphy references to Ethernet ports

This patch adds comphy phandles to the Ethernet ports in the mcbin
device tree. The comphy is used to configure the serdes PHYs used by
these ports.
Signed-off-by: NAntoine Tenart <antoine.tenart@free-electrons.com>
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 e2a39b18
...@@ -224,8 +224,11 @@ ...@@ -224,8 +224,11 @@
&cpm_eth0 { &cpm_eth0 {
status = "okay"; status = "okay";
/* Network PHY */
phy = <&phy0>; phy = <&phy0>;
phy-mode = "10gbase-kr"; phy-mode = "10gbase-kr";
/* Generic PHY, providing serdes lanes */
phys = <&cpm_comphy4 0>;
}; };
&cpm_sata0 { &cpm_sata0 {
...@@ -259,15 +262,21 @@ ...@@ -259,15 +262,21 @@
&cps_eth0 { &cps_eth0 {
status = "okay"; status = "okay";
/* Network PHY */
phy = <&phy8>; phy = <&phy8>;
phy-mode = "10gbase-kr"; phy-mode = "10gbase-kr";
/* Generic PHY, providing serdes lanes */
phys = <&cps_comphy4 0>;
}; };
&cps_eth1 { &cps_eth1 {
/* CPS Lane 0 - J5 (Gigabit RJ45) */ /* CPS Lane 0 - J5 (Gigabit RJ45) */
status = "okay"; status = "okay";
/* Network PHY */
phy = <&ge_phy>; phy = <&ge_phy>;
phy-mode = "sgmii"; phy-mode = "sgmii";
/* Generic PHY, providing serdes lanes */
phys = <&cps_comphy0 1>;
}; };
&cps_pinctrl { &cps_pinctrl {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册