]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
net: dsa: mv88e6xxx: enable PVT for 6321 switch
authorMarek Behún <kabel@kernel.org>
Tue, 29 Apr 2025 10:10:48 +0000 (12:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 May 2025 05:51:03 +0000 (07:51 +0200)
commit f85c69369854a43af2c5d3b3896da0908d713133 upstream.

Commit f36456522168 ("net: dsa: mv88e6xxx: move PVT description in
info") did not enable PVT for 6321 switch. Fix it.

Fixes: f36456522168 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/dsa/mv88e6xxx/chip.c

index be42de54e7df10e47065c27468fe49c220631fec..f8ac209e712e1c816b7e4cfe8777249585a6cd04 100644 (file)
@@ -6152,6 +6152,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
                .g1_irqs = 8,
                .g2_irqs = 10,
                .atu_move_port_mask = 0xf,
+               .pvt = true,
                .multi_chip = true,
                .edsa_support = MV88E6XXX_EDSA_SUPPORTED,
                .ptp_support = true,