summaryrefslogtreecommitdiff
path: root/include/dt-bindings/phy/phy.h
diff options
context:
space:
mode:
authorJonathan Marek <jonathan@marek.ca>2021-06-17 10:43:34 -0400
committerRob Clark <robdclark@chromium.org>2021-08-07 11:48:37 -0700
commitbb5b94f5bbe75470912b70fb08880fc5273aa62d (patch)
tree981a44079f61602c4ba548c942f8028ee09a4fa0 /include/dt-bindings/phy/phy.h
parent58890a4bfaa7921033235c9158c300c6a244429e (diff)
dt-bindings: msm: dsi: document phy-type property for 7nm dsi phy
Document a new phy-type property which will be used to determine whether the phy should operate in D-PHY or C-PHY mode. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20210617144349.28448-3-jonathan@marek.ca Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'include/dt-bindings/phy/phy.h')
-rw-r--r--include/dt-bindings/phy/phy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/phy/phy.h b/include/dt-bindings/phy/phy.h
index 887a31b250a8..f48c9acf251e 100644
--- a/include/dt-bindings/phy/phy.h
+++ b/include/dt-bindings/phy/phy.h
@@ -20,5 +20,7 @@
#define PHY_TYPE_XPCS 7
#define PHY_TYPE_SGMII 8
#define PHY_TYPE_QSGMII 9
+#define PHY_TYPE_DPHY 10
+#define PHY_TYPE_CPHY 11
#endif /* _DT_BINDINGS_PHY */