Skip to content

Commit

Permalink
dt-bindings: phy: qcom,qusb2: Add compatibles for QUSB2 V2 phy and SC…
Browse files Browse the repository at this point in the history
…7180

Add compatibles for generic QUSB2 V2 phy which can be used for
sdm845 and sc7180.

Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
  • Loading branch information
Sandeep Maheswaram authored and Kishon Vijay Abraham I committed Mar 20, 2020
1 parent 8ce65d8 commit e1bd639
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ description:

properties:
compatible:
enum:
- qcom,msm8996-qusb2-phy
- qcom,msm8998-qusb2-phy
- qcom,sdm845-qusb2-phy
oneOf:
- items:
- enum:
- qcom,msm8996-qusb2-phy
- qcom,msm8998-qusb2-phy
- items:
- enum:
- qcom,sc7180-qusb2-phy
- qcom,sdm845-qusb2-phy
- const: qcom,qusb2-v2-phy
reg:
maxItems: 1

Expand Down

0 comments on commit e1bd639

Please sign in to comment.