aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwapnil Jakhade <[email protected]>2020-09-17 09:30:37 +0200
committerVinod Koul <[email protected]>2020-09-18 10:47:19 +0530
commit51862859fb7483421a6f498ffd364f06a51a57bf (patch)
treeac3f3cb6d4796284e8e7a7a2650e0c7e0dd5294d
parent15c6a048e5f00af108fb9f9e56ca5bd38e11b1a6 (diff)
dt-bindings: phy: Add PHY_TYPE_QSGMII definition
Add definition for QSGMII phy type. Signed-off-by: Swapnil Jakhade <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[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 36e8c241cf48..887a31b250a8 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -19,5 +19,6 @@
#define PHY_TYPE_DP 6
#define PHY_TYPE_XPCS 7
#define PHY_TYPE_SGMII 8
+#define PHY_TYPE_QSGMII 9
#endif /* _DT_BINDINGS_PHY */