diff options
| author | Aswath Govindraju <[email protected]> | 2021-07-21 21:28:32 +0530 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2021-07-27 10:56:53 +0530 |
| commit | 4f2c79e42c031a0ac120e87cb665725e47152d9d (patch) | |
| tree | 3acd9372f805220824c76bafe379650020c55fe8 /include | |
| parent | 9f6ae6dec2d565b08314bbd56caa797b1df438ee (diff) | |
dt-bindings: phy: Add definitions for additional phy types
Add definitions for additional phy types that's used specifically for
Torrent SERDES.
Signed-off-by: Aswath Govindraju <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/phy/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h index 7e657da4542..d3714edd4bd 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 */ |
