summaryrefslogtreecommitdiff
path: root/include/dt-bindings/phy/phy.h
diff options
context:
space:
mode:
authorSwapnil Jakhade <sjakhade@cadence.com>2020-09-17 09:30:37 +0200
committerVinod Koul <vkoul@kernel.org>2020-09-18 10:47:19 +0530
commit51862859fb7483421a6f498ffd364f06a51a57bf (patch)
treeac3f3cb6d4796284e8e7a7a2650e0c7e0dd5294d /include/dt-bindings/phy/phy.h
parent15c6a048e5f00af108fb9f9e56ca5bd38e11b1a6 (diff)
dt-bindings: phy: Add PHY_TYPE_QSGMII definition
Add definition for QSGMII phy type. Signed-off-by: Swapnil Jakhade <sjakhade@cadence.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1600327846-9733-5-git-send-email-sjakhade@cadence.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/dt-bindings/phy/phy.h')
-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 */