Skip to content

Commit cda52fe

Browse files
arinc9tsbogend
authored andcommitted
mips: ralink: mt7621: change DSA port labels to generic naming
Change the labels of the DSA ports to generic naming for switch ports. Signed-off-by: Arınç ÜNAL <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 82e918f commit cda52fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/mips/boot/dts/ralink/mt7621.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,31 +357,31 @@
357357
port@0 {
358358
status = "disabled";
359359
reg = <0>;
360-
label = "lan0";
360+
label = "swp0";
361361
};
362362

363363
port@1 {
364364
status = "disabled";
365365
reg = <1>;
366-
label = "lan1";
366+
label = "swp1";
367367
};
368368

369369
port@2 {
370370
status = "disabled";
371371
reg = <2>;
372-
label = "lan2";
372+
label = "swp2";
373373
};
374374

375375
port@3 {
376376
status = "disabled";
377377
reg = <3>;
378-
label = "lan3";
378+
label = "swp3";
379379
};
380380

381381
port@4 {
382382
status = "disabled";
383383
reg = <4>;
384-
label = "lan4";
384+
label = "swp4";
385385
};
386386

387387
port@6 {

0 commit comments

Comments
 (0)