From: Mark Starovoytov <redacted>
Date: Wed, 22 Jul 2020 22:09:58 +0300
From: Egor Pomozov <redacted>
This patch fixes PTP on AQC10X.
PTP support on AQC10X requires FW involvement and FW configures the
TPS data arb mode itself.
So we must make sure driver doesn't touch TPS data arb mode on AQC10x
if PTP is enabled. Otherwise, there are no timestamps even though
packets are flowing.
Fixes: 2deac71ac492a ("net: atlantic: QoS implementation: min_rate")
Signed-off-by: Egor Pomozov <redacted>
Signed-off-by: Mark Starovoytov <redacted>
Signed-off-by: Igor Russkikh <redacted>
Applied, thank you.