summaryrefslogtreecommitdiff
path: root/include/tsec.h
diff options
context:
space:
mode:
authorHou Zhiqiang <[email protected]>2020-07-16 18:09:14 +0800
committerTom Rini <[email protected]>2020-09-24 08:27:44 -0400
commit7fb568de53cd0276c3e616a9cbf942b71007ed4b (patch)
tree040b0396f5c91d5915d409848b8bfd59bcda1eed /include/tsec.h
parent25a2e24e942e002353d370489cfeaf0bfcbb0159 (diff)
net: tsec: Add the compatible string "gianfar" support
Add compatible string "gianfar" support and update the device-tree-bindings doc. Signed-off-by: Hou Zhiqiang <[email protected]> Reviewed-by: Vladimir Oltean <[email protected]> Reviewed-by: Priyanka Jain <[email protected]>
Diffstat (limited to 'include/tsec.h')
-rw-r--r--include/tsec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tsec.h b/include/tsec.h
index 43255e538f7..5433cfd9661 100644
--- a/include/tsec.h
+++ b/include/tsec.h
@@ -394,6 +394,10 @@ struct tsec {
#define TX_BUF_CNT 2
+struct tsec_data {
+ u32 mdio_regs_off;
+};
+
struct tsec_private {
struct txbd8 __iomem txbd[TX_BUF_CNT];
struct rxbd8 __iomem rxbd[PKTBUFSRX];