diff mbox series

[v1,04/13] dt-bindings: phy: Add PHY_TYPE_QSGMII definition

Message ID 1596800767-784-5-git-send-email-sjakhade@cadence.com
State Not Applicable, archived
Headers show
Series PHY: Add support for multilink configurations in Cadence Torrent PHY driver | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Swapnil Kashinath Jakhade Aug. 7, 2020, 11:45 a.m. UTC
Add definition for QSGMII phy type.

Signed-off-by: Swapnil Jakhade <sjakhade@cadence.com>
---
 include/dt-bindings/phy/phy.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring Aug. 17, 2020, 10:14 p.m. UTC | #1
On Fri, 07 Aug 2020 13:45:58 +0200, Swapnil Jakhade wrote:
> Add definition for QSGMII phy type.
> 
> Signed-off-by: Swapnil Jakhade <sjakhade@cadence.com>
> ---
>  include/dt-bindings/phy/phy.h | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

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 */