mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Documentation:bindings:nvpps:Deprecate ptp_tsc_k_int property
Deprecate ptp_tsc_k_int property from nvpps. The k_int parameter is calculated by the driver itself Bug 4899241 Signed-off-by: Sheetal Tigadoli <stigadoli@nvidia.com> Change-Id: I8e492bf6748f94fbe0136c2a1a909d8ba5031aea Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3300419 Reviewed-by: Kiran Kumar Bobbu <kbobbu@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com>
This commit is contained in:
committed by
Jon Hunter
parent
e5ef698f2f
commit
f65d7c0543
@@ -23,12 +23,6 @@ Optional properties:
|
||||
- memmap_phc_regs: boolean flag to indicate MAC PHC regs to be memory mapped
|
||||
for getting PTP time. If not defined ptp notifer method will
|
||||
be used with selected interface
|
||||
- ptp_tsc_k_int: Specifies the integer part of the factor used to calculate the delta to
|
||||
apply to NUM when the fast convergence algorithm is enabled when syncing
|
||||
or locking TSC time with PTP time domain.
|
||||
The value is a 8bit hexa-decimal value. If unspecified, NvPPS driver uses
|
||||
0x70 as default value
|
||||
This field is not used for Thor based platforms
|
||||
- ptp_tsc_lock_threshold: specifies the threshold value which is used by HW to determine
|
||||
if the TSC PTP sync/Lock is lost. The lock is deemed to be lost if the HW
|
||||
determined absolute diff between PTP & TSC time exceed this value.
|
||||
@@ -116,7 +110,6 @@ nvpps {
|
||||
primary-emac = <&mgbe0>;
|
||||
sec-emac = <&mgbe0>;
|
||||
reg = <0x0 0xc6a0000 0x0 0x1000>;
|
||||
ptp_tsc_k_int = /bits/ 8 <0x70>;
|
||||
ptp_tsc_lock_threshold = /bits/ 16 <0x26C>;
|
||||
ptp_tsc_sync_dis;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user