Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91eaa475 authored by Volodymyr Bendiuga's avatar Volodymyr Bendiuga Committed by David S. Miller
Browse files

net:dsa:mv88e6xxx: use watchdog ops for 6097 chip



mv88e6097 chip requires watchdog_ops to be set.

Signed-off-by: default avatarVolodymyr Bendiuga <volodymyr.bendiuga@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d7cf52c2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3160,6 +3160,7 @@ static const struct mv88e6xxx_ops mv88e6097_ops = {
	.stats_get_stats = mv88e6095_stats_get_stats,
	.g1_set_cpu_port = mv88e6095_g1_set_cpu_port,
	.g1_set_egress_port = mv88e6095_g1_set_egress_port,
	.watchdog_ops = &mv88e6097_watchdog_ops,
	.mgmt_rsvd2cpu = mv88e6095_g2_mgmt_rsvd2cpu,
	.reset = mv88e6352_g1_reset,
};