mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
nvpps: Add support for AGX Orin.
Enable nvpps driver so it can be tested.
- Removed passing of ethernet interface name in DT.
- Require to pass Tegra ethernet controller DT phandle, where PTP server
will run.
Bug 4489344
Bug 3826818
Change-Id: I943ddf4071a55fb409d589473fde0075ac9f7150
Signed-off-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3076494
(cherry pick from commit 90c8229157)
Signed-off-by: Hiteshkumar Patel <hiteshkumarg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3097855
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7acb255112
commit
f4720eda1d
@@ -1,7 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
*/
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
// SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
|
||||
#ifndef __PTP_NOTIFIER_H
|
||||
#define __PTP_NOTIFIER_H
|
||||
@@ -45,6 +43,7 @@ int tegra_hwtime_notifier_call_chain(unsigned int val, void *v);
|
||||
* Clients may call the API every anytime PTP/TSC time is needed.
|
||||
* If HW time source is not registered, returns -EINVAL
|
||||
*/
|
||||
int tegra_get_hwtime(const char *intf_name, void *ts, int ts_type);
|
||||
int tegra_get_hwtime(const struct device_node *emac_node, void *ts, int ts_type);
|
||||
|
||||
|
||||
#endif /* __PTP_NOTIFIER_H */
|
||||
|
||||
Reference in New Issue
Block a user