diff options
author | Richard Acayan <mailingradian@gmail.com> | 2022-09-22 05:46:55 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-29 09:33:48 +0300 |
commit | 74157538a17879e77a8540e5e6503c98a1509109 (patch) | |
tree | 7bafb91b72bdf13fb612028da8c9baa41a61af2e /Documentation/devicetree/bindings | |
parent | 0a40891b83f257b25a2b983758f72f6813f361cb (diff) | |
download | linux-74157538a17879e77a8540e5e6503c98a1509109.tar.xz |
dt-bindings: phy: qcom,qusb2: document sdm670 compatible
The Snapdragon 670 uses the QUSB driver for USB 2.0. Document the
compatible used in the device tree.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220922024656.178529-2-mailingradian@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index d68ab49345b8..636ea430fbff 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -30,6 +30,7 @@ properties: - items: - enum: - qcom,sc7180-qusb2-phy + - qcom,sdm670-qusb2-phy - qcom,sdm845-qusb2-phy - qcom,sm6350-qusb2-phy - const: qcom,qusb2-v2-phy |