summaryrefslogtreecommitdiff
path: root/include/dt-bindings/phy/phy.h
diff options
context:
space:
mode:
authorSwapnil Jakhade <sjakhade@cadence.com>2022-06-28 15:22:50 +0300
committerVinod Koul <vkoul@kernel.org>2022-08-30 10:42:57 +0530
commit288440de9e5fdb4a3ff73864850f080c1250fc81 (patch)
treeaf7448e22e108a2f7f36f5ded611604afe7f475e /include/dt-bindings/phy/phy.h
parent27ecdd07e3e16684fd996730100637a61d9ac2ee (diff)
dt-bindings: phy: Add PHY_TYPE_USXGMII definition
Add definition for USXGMII phy type. Cc: Rob Herring <robh@kernel.org> Signed-off-by: Swapnil Jakhade <sjakhade@cadence.com> Signed-off-by: Roger Quadros <rogerq@kernel.org> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220628122255.24265-3-rogerq@kernel.org 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 f48c9acf251e..6b901b342348 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -22,5 +22,6 @@
#define PHY_TYPE_QSGMII 9
#define PHY_TYPE_DPHY 10
#define PHY_TYPE_CPHY 11
+#define PHY_TYPE_USXGMII 12
#endif /* _DT_BINDINGS_PHY */