diff options
author | Jyri Sarha <jsarha@ti.com> | 2020-01-08 11:30:07 +0300 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2020-01-17 08:24:35 +0300 |
commit | 8a79db5e83a5d52c74e6f3c40d6f312cf899213e (patch) | |
tree | b3feb1d1dde6f1e1ad27c6fd456cd4954e25db26 /include/dt-bindings/phy | |
parent | 0d5677ecb014dfa26dca0c96a4c44fd9012e17ba (diff) | |
download | linux-8a79db5e83a5d52c74e6f3c40d6f312cf899213e.tar.xz |
dt-bindings: phy: Add PHY_TYPE_DP definition
Add definition for DisplayPort phy type.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'include/dt-bindings/phy')
-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 b6a1eaf1b339..1f3f866fae7b 100644 --- a/include/dt-bindings/phy/phy.h +++ b/include/dt-bindings/phy/phy.h @@ -16,5 +16,6 @@ #define PHY_TYPE_USB2 3 #define PHY_TYPE_USB3 4 #define PHY_TYPE_UFS 5 +#define PHY_TYPE_DP 6 #endif /* _DT_BINDINGS_PHY */ |