diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-07-21 21:28:32 +0530 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-07-27 10:56:53 +0530 |
commit | 4f2c79e42c031a0ac120e87cb665725e47152d9d (patch) | |
tree | 3acd9372f805220824c76bafe379650020c55fe8 /include/dt-bindings | |
parent | 9f6ae6dec2d565b08314bbd56caa797b1df438ee (diff) | |
download | u-boot-4f2c79e42c031a0ac120e87cb665725e47152d9d.tar.gz |
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 <a-govindraju@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210721155849.20994-4-kishon@ti.com
Diffstat (limited to 'include/dt-bindings')
-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 7e657da454..d3714edd4b 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 */ |