mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-25 02:52:22 +03:00
core: add support configure pps out signal
Issue: Default pps output is 1 pulse (of width clk_ptp_i) every second. Fix: option to configure to binary rollover is 2 Hz, and the digital rollover is 1 Hz. Bug 3462227 Change-Id: Ic777bfaf51a72ec91c8f165910e824c55cae3057 Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2641896 Reviewed-by: Ashutosh Jha <ajha@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
Bhadram Varka
parent
112550ed72
commit
dcc9c26474
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -1309,6 +1309,9 @@ struct osi_core_priv_data {
|
||||
* 1 - Primary interface, 2 - secondary interface, 0 - inactive interface
|
||||
*/
|
||||
nveu32_t m2m_role;
|
||||
/** control pps output signal
|
||||
*/
|
||||
nveu32_t pps_frq;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user