Skip to content

Commit f85c693

Browse files
elkablokuba-moo
authored andcommitted
net: dsa: mv88e6xxx: enable PVT for 6321 switch
Commit f364565 ("net: dsa: mv88e6xxx: move PVT description in info") did not enable PVT for 6321 switch. Fix it. Fixes: f364565 ("net: dsa: mv88e6xxx: move PVT description in info") Signed-off-by: Marek Behún <kabel@kernel.org> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20250317173250.28780-4-kabel@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 4ae01ec commit f85c693

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/dsa/mv88e6xxx

drivers/net/dsa/mv88e6xxx/chip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6274,6 +6274,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
62746274
.g2_irqs = 10,
62756275
.stats_type = STATS_TYPE_BANK0 | STATS_TYPE_BANK1,
62766276
.atu_move_port_mask = 0xf,
6277+
.pvt = true,
62776278
.multi_chip = true,
62786279
.edsa_support = MV88E6XXX_EDSA_SUPPORTED,
62796280
.ptp_support = true,

0 commit comments

Comments
 (0)