mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
dts: marvell: Enable 10G interfaces on 9130-DB and 9131-DB boards
This patch enables eth0 10G interface on CN9130-DB paltforms and eth0 10G and eth3 10G interfaces on CN9131-DB. Signed-off-by: Stefan Chulski <stefanc@marvell.com> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
4c43a41e5b
commit
f3200db5c6
|
|
@ -125,7 +125,7 @@ &cp0_ethernet {
|
|||
|
||||
/* SLM-1521-V2, CON9 */
|
||||
&cp0_eth0 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
phy-mode = "10gbase-kr";
|
||||
/* Generic PHY, providing serdes lanes */
|
||||
phys = <&cp0_comphy4 0>;
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ &cp1_ethernet {
|
|||
|
||||
/* CON50 */
|
||||
&cp1_eth0 {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
phy-mode = "10gbase-kr";
|
||||
/* Generic PHY, providing serdes lanes */
|
||||
phys = <&cp1_comphy4 0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user