diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2022-08-30 14:29:15 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-08-30 16:26:22 +0300 |
commit | b6e4bc6b0f97ba3ca0dcf7112a9576b98ae0e6dd (patch) | |
tree | e5bfc636cf5321f6413622f86dbdf80b5fc38077 /Documentation/devicetree/bindings/phy | |
parent | 5acdb255c5400546deaa43e9bd1e839986463d89 (diff) | |
download | linux-b6e4bc6b0f97ba3ca0dcf7112a9576b98ae0e6dd.tar.xz |
dt-bindings: phy: qcom,qmp-usb: add missing qcom,sc7180-qmp-usb3-phy schema
The "qcom,sc7180-qmp-usb3-phy" compatible is apparently used to describe
a combo PHY where only the USB part is used. Specifically, only a single
reset is used.
Fixes: 4ad7d7eeed3a ("dt-bindings: phy: qcom,qmp-usb3-dp: Add support for SC7180")
Fixes: 94c34600b617 ("dt-bindings: phy: qcom,qmp-usb3-dp-phy: move usb3 compatibles back to qcom,qmp-phy.yaml")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20220830112923.3725-23-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml index 17af049e65a9..25e01ec4799d 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml @@ -127,6 +127,28 @@ allOf: compatible: contains: enum: + - qcom,sc7180-qmp-usb3-phy + then: + properties: + clocks: + maxItems: 4 + clock-names: + items: + - const: aux + - const: cfg_ahb + - const: ref + - const: com_aux + resets: + maxItems: 1 + reset-names: + items: + - const: phy + + - if: + properties: + compatible: + contains: + enum: - qcom,sdm845-qmp-usb3-uni-phy then: properties: |