diff options
| author | David S. Miller <[email protected]> | 2019-01-30 22:24:49 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2019-01-30 22:24:49 -0800 |
| commit | 3aa9179b2dfe06d32d4248f07cf6dd005a964507 (patch) | |
| tree | 7fcef237bd2514ebb408f95f1aab713f2328c125 /include/linux | |
| parent | d5256083f62e2720f75bb3c5a928a0afe47d6bc3 (diff) | |
| parent | e2cd682deb231ba6f80524bb84e57e7138261149 (diff) | |
Merge branch 'stmmac-fixes'
Jose Abreu says:
====================
net: stmmac: Misc fixes
Some misc fixes for stmmac targeting -net.
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index 7ddfc65586b0..4335bd771ce5 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -184,6 +184,7 @@ struct plat_stmmacenet_data { struct clk *pclk; struct clk *clk_ptp_ref; unsigned int clk_ptp_rate; + unsigned int clk_ref_rate; struct reset_control *stmmac_rst; struct stmmac_axi *axi; int has_gmac4; |