summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/phy/phy-ocelot-serdes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/phy/phy-ocelot-serdes.h')
-rw-r--r--include/dt-bindings/phy/phy-ocelot-serdes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/phy/phy-ocelot-serdes.h b/include/dt-bindings/phy/phy-ocelot-serdes.h
index bd28f21206f6..fe70adaca68f 100644
--- a/include/dt-bindings/phy/phy-ocelot-serdes.h
+++ b/include/dt-bindings/phy/phy-ocelot-serdes.h
@@ -7,6 +7,6 @@
#define SERDES1G_MAX SERDES1G(5)
#define SERDES6G(x) (SERDES1G_MAX + 1 + (x))
#define SERDES6G_MAX SERDES6G(2)
-#define SERDES_MAX SERDES6G_MAX
+#define SERDES_MAX (SERDES6G_MAX + 1)
#endif