mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvethernet: T26x CAR changes
Ported from - https://git-master.nvidia.com/r/c/nvethernet-docs/+/3126090 Bug 4228185 Change-Id: I74b0607de28b9a635afeae80dbc31cb79bd45f30 Signed-off-by: Mahesh Patil <maheshp@nvidia.com> fix compilation error Change-Id: I088609c66a180aeacf8baeb9dad0d29a38550726
This commit is contained in:
committed by
Bhadram Varka
parent
54ca566b6a
commit
6bc9570126
@@ -218,11 +218,11 @@ struct nvpkcs_data {
|
||||
struct macsec_priv_data {
|
||||
/** Non secure reset */
|
||||
struct reset_control *ns_rst;
|
||||
/** MGBE Macsec clock */
|
||||
struct clk *mgbe_clk;
|
||||
/** EQOS Macsec TX clock */
|
||||
/** MGBE/EQOS Macsec clock */
|
||||
struct clk *macsec_clk;
|
||||
/** T23x EQOS Macsec TX clock */
|
||||
struct clk *eqos_tx_clk;
|
||||
/** EQOS Macsec RX clock */
|
||||
/** T23x EQOS Macsec RX clock */
|
||||
struct clk *eqos_rx_clk;
|
||||
/** Secure irq */
|
||||
int s_irq;
|
||||
|
||||
Reference in New Issue
Block a user