mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvethernet: add support for XPCS reset
Bug 3288030 Change-Id: I5e08c266befec52094c508719bff8e8d8e8ef696 Signed-off-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2522194 Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Rakesh Goyal <rgoyal@nvidia.com>
This commit is contained in:
committed by
Revanth Kumar Uppala
parent
848c6a2e9a
commit
ae45ba80a8
@@ -315,6 +315,8 @@ struct ether_priv_data {
|
||||
struct device *dev;
|
||||
/** Reset for the MAC */
|
||||
struct reset_control *mac_rst;
|
||||
/** Reset for the XPCS */
|
||||
struct reset_control *xpcs_rst;
|
||||
/** PLLREFE clock */
|
||||
struct clk *pllrefe_clk;
|
||||
/** Clock from AXI */
|
||||
|
||||
Reference in New Issue
Block a user