Skip to content

Commit f7fc391

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mp-venice-gw74xx: fix port/phy validation
Since commit 65ac79e ("net: dsa: microchip: add the phylink get_caps") the phy-mode must be set otherwise the switch driver will assume "NA" mode and invalidate the port. Fixes: 7899eb6 ("arm64: dts: imx: Add i.MX8M Plus Gateworks gw7400 dts support") Signed-off-by: Tim Harvey <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent c3681de commit f7fc391

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw74xx.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,30 +483,35 @@
483483
lan1: port@0 {
484484
reg = <0>;
485485
label = "lan1";
486+
phy-mode = "internal";
486487
local-mac-address = [00 00 00 00 00 00];
487488
};
488489

489490
lan2: port@1 {
490491
reg = <1>;
491492
label = "lan2";
493+
phy-mode = "internal";
492494
local-mac-address = [00 00 00 00 00 00];
493495
};
494496

495497
lan3: port@2 {
496498
reg = <2>;
497499
label = "lan3";
500+
phy-mode = "internal";
498501
local-mac-address = [00 00 00 00 00 00];
499502
};
500503

501504
lan4: port@3 {
502505
reg = <3>;
503506
label = "lan4";
507+
phy-mode = "internal";
504508
local-mac-address = [00 00 00 00 00 00];
505509
};
506510

507511
lan5: port@4 {
508512
reg = <4>;
509513
label = "lan5";
514+
phy-mode = "internal";
510515
local-mac-address = [00 00 00 00 00 00];
511516
};
512517

0 commit comments

Comments
 (0)