summaryrefslogtreecommitdiff
path: root/include/dt-bindings/phy/phy.h
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2020-01-08 10:30:07 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2020-01-17 10:54:35 +0530
commit8a79db5e83a5d52c74e6f3c40d6f312cf899213e (patch)
treeb3feb1d1dde6f1e1ad27c6fd456cd4954e25db26 /include/dt-bindings/phy/phy.h
parent0d5677ecb014dfa26dca0c96a4c44fd9012e17ba (diff)
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/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 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 */