summaryrefslogtreecommitdiff
path: root/include/soc
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2020-01-06 14:30:58 +0200
committerJason Liu <jason.hui.liu@nxp.com>2020-02-26 04:17:34 +0800
commitb3a6ebfef696673ec94d0b61463ae47f8308bb1b (patch)
tree598e19f301f339b6258328704b700a61d7996c46 /include/soc
parent5ee24291877cf7a78ee56e858a2b0460f11c4e64 (diff)
Revert "net: mscc: ocelot: do not force Felix MACs at lower speeds than gigabit"
This reverts commit f3ebad1269aad8a04710e84dc1cd5de485e5fec4. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> (cherry picked from commit 7a7928a5246b0bd1c44c6a015d8925fb576020ac)
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/mscc/ocelot.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/soc/mscc/ocelot.h b/include/soc/mscc/ocelot.h
index c64cf12d1569..ad0843a0edfd 100644
--- a/include/soc/mscc/ocelot.h
+++ b/include/soc/mscc/ocelot.h
@@ -404,11 +404,6 @@ enum ocelot_tag_prefix {
OCELOT_TAG_PREFIX_LONG,
};
-/* Hardware quirks (differences between switch instantiations) */
-enum {
- OCELOT_PCS_PERFORMS_RATE_ADAPTATION = BIT(0),
-};
-
struct ocelot;
struct ocelot_ops {
@@ -469,8 +464,6 @@ struct ocelot {
struct delayed_work stats_work;
struct workqueue_struct *stats_queue;
- unsigned long quirks;
-
u8 ptp:1;
struct ptp_clock *ptp_clock;
struct ptp_clock_info ptp_info;