aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDilip Kota <[email protected]>2020-05-19 14:19:19 +0800
committerKishon Vijay Abraham I <[email protected]>2020-05-19 20:26:06 +0530
commitc5d3cdad688ed75fb311a3a671eb30ba7106d7d3 (patch)
treeda580de65c1514bc3f7d60e1b1a41082b13fa1d5
parentd30b16a556b62e921c0b1750f0e214118a28f31f (diff)
dt-bindings: phy: Add PHY_TYPE_XPCS definition
Add definition for Ethernet PCS phy type. Signed-off-by: Dilip Kota <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-By: Vinod Koul <[email protected]> Link: https://lore.kernel.org/r/6091f0d2a1046f1e3656d9e33b6cc433d5465eaf.1589868358.git.eswara.kota@linux.intel.com Signed-off-by: Kishon Vijay Abraham I <[email protected]>
-rw-r--r--include/dt-bindings/phy/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index 1f3f866fae7b..3727ef72138b 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -17,5 +17,6 @@
#define PHY_TYPE_USB3 4
#define PHY_TYPE_UFS 5
#define PHY_TYPE_DP 6
+#define PHY_TYPE_XPCS 7
#endif /* _DT_BINDINGS_PHY */