Commit 7c2adaf1 authored by John Crispin's avatar John Crispin Committed by Stephen Boyd

reset: mediatek: Add MT2701 ethsys reset controller include file

Add the missing reset bits of the ethsys core to the mt2701-reset include
file, so that we can reference them from within a devicetree file.
Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent db9c4a1e
......@@ -80,4 +80,11 @@
#define MT2701_HIFSYS_PCIE1_RST 25
#define MT2701_HIFSYS_PCIE2_RST 26
/* ETHSYS resets */
#define MT2701_ETHSYS_SYS_RST 0
#define MT2701_ETHSYS_MCM_RST 2
#define MT2701_ETHSYS_FE_RST 6
#define MT2701_ETHSYS_GMAC_RST 23
#define MT2701_ETHSYS_PPE_RST 31
#endif /* _DT_BINDINGS_RESET_CONTROLLER_MT2701 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment