commit | 07e1de381ab9e8d37442fd3bf6e25cd5b7767c67 | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Tue May 06 14:20:19 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu May 08 12:25:30 2025 +0200 |
tree | 507bb226d617c0d06a4aab97db7cd116b727818a | |
parent | e9efff6e332f0de048bb40ca266967fc6b6ff10c [diff] |
net: ptp: adjust only frequency for continuous synchronization Current clock synchronization was always stepping clock. This was causing large offset, and discontiguous ptp hardware clock time. For TSN hardware, discontiguous ptp hardware clock time was not able to be used for other TSN protocols. This patch is to convert to frequency adjustment with a basic PI control algorithm. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>