Skip to content

Commit

Permalink
dt-bindings: phy: qcom,qmp-usb3-dp: Add altmode/switch properties
Browse files Browse the repository at this point in the history
The QMP block deals with orientation switching and altmode switching
between USB and DisplayPort. Add the necessary properties to the binding
to allow it to be connected to a TypeC controller and trigger these
operations.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
andersson committed Mar 3, 2022
1 parent 81a8cd0 commit 34cdc20
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml
Expand Up @@ -77,6 +77,20 @@ properties:
description:
Phandle to a regulator supply to any specific refclk pll block.

port:
$ref: /schemas/graph.yaml#/properties/port
description:
A port node to link the QMP to a TypeC controller for the purpose of
handling altmode muxing and orientation switching.

mode-switch:
description: Flag the port as possible handle of altmode switching
type: boolean

orientation-switch:
description: Flag the port as possible handler of orientation switching
type: boolean

#Required nodes:
patternProperties:
"^usb3-phy@[0-9a-f]+$":
Expand Down

0 comments on commit 34cdc20

Please sign in to comment.