Skip to content

Commit f3200db

Browse files
stefanchulskigclement
authored andcommitted
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 <[email protected]> Signed-off-by: Konstantin Porotchkin <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 4c43a41 commit f3200db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/marvell/cn9130-db.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
/* SLM-1521-V2, CON9 */
127127
&cp0_eth0 {
128-
status = "disabled";
128+
status = "okay";
129129
phy-mode = "10gbase-kr";
130130
/* Generic PHY, providing serdes lanes */
131131
phys = <&cp0_comphy4 0>;

arch/arm64/boot/dts/marvell/cn9131-db.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
/* CON50 */
8686
&cp1_eth0 {
87-
status = "disabled";
87+
status = "okay";
8888
phy-mode = "10gbase-kr";
8989
/* Generic PHY, providing serdes lanes */
9090
phys = <&cp1_comphy4 0>;

0 commit comments

Comments
 (0)