Skip to content

Commit

Permalink
dts: marvell: Enable 10G interfaces on 9130-DB and 9131-DB boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Chulski authored and Gregory CLEMENT committed Jul 23, 2021
1 parent 4c43a41 commit f3200db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/cn9130-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

/* SLM-1521-V2, CON9 */
&cp0_eth0 {
status = "disabled";
status = "okay";
phy-mode = "10gbase-kr";
/* Generic PHY, providing serdes lanes */
phys = <&cp0_comphy4 0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/marvell/cn9131-db.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

/* CON50 */
&cp1_eth0 {
status = "disabled";
status = "okay";
phy-mode = "10gbase-kr";
/* Generic PHY, providing serdes lanes */
phys = <&cp1_comphy4 0>;
Expand Down

0 comments on commit f3200db

Please sign in to comment.