git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dt-bindings: phy: Update SERDES_MAX to be SERDES_MAX + 1
[muen/linux.git]
/
include
/
dt-bindings
/
phy
/
phy-ocelot-serdes.h
diff --git
a/include/dt-bindings/phy/phy-ocelot-serdes.h
b/include/dt-bindings/phy/phy-ocelot-serdes.h
index bd28f21206f64ecbe22b7d458171ce8564a68e4b..fe70adaca68f164766085b6a6505bef1163bbeaa 100644
(file)
--- 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