diff options
author | Rohit Agarwal <quic_rohiagar@quicinc.com> | 2022-04-12 08:17:31 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-04-13 10:55:00 +0300 |
commit | aa1855a79a95960cc51c51ce714d4cd4d3cf1757 (patch) | |
tree | 42b20637cb9bc84de27e7c6256dde1b4fd30780f | |
parent | f038084355376a69e99d39ea85f2b3f76ebbf16f (diff) | |
download | linux-aa1855a79a95960cc51c51ce714d4cd4d3cf1757.tar.xz |
dt-bindings: phy: qcom,qmp: Add SDX65 USB PHY binding
Add devicetree YAML binding for Qualcomm QMP Super Speed (SS) PHY found
in SDX65.
Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1649740652-17515-2-git-send-email-quic_rohiagar@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml index 5d7417c34c87..8b850c5ab116 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml @@ -58,6 +58,7 @@ properties: - qcom,sm8450-qmp-usb3-phy - qcom,sdx55-qmp-pcie-phy - qcom,sdx55-qmp-usb3-uni-phy + - qcom,sdx65-qmp-usb3-uni-phy reg: minItems: 1 @@ -164,6 +165,7 @@ allOf: contains: enum: - qcom,sdx55-qmp-usb3-uni-phy + - qcom,sdx65-qmp-usb3-uni-phy then: properties: clocks: |