Skip to content

Commit

Permalink
dt-bindings: msm: dsi: document phy-type property for 7nm dsi phy
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
flto authored and robclark committed Aug 7, 2021
1 parent 58890a4 commit bb5b94f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ properties:
description: |
Connected to VDD_A_DSI_PLL_0P9 pin (or VDDA_DSI{0,1}_PLL_0P9 for sm8150)
phy-type:
description: D-PHY (default) or C-PHY mode
enum: [ 10, 11 ]
default: 10

required:
- compatible
- reg
Expand Down
2 changes: 2 additions & 0 deletions include/dt-bindings/phy/phy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit bb5b94f

Please sign in to comment.