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:
Bhadram Varka
2021-04-29 13:01:32 +05:30
committed by Revanth Kumar Uppala
parent 848c6a2e9a
commit ae45ba80a8
2 changed files with 37 additions and 0 deletions

View File

@@ -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 */