Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Vinod Koul
b6e4bc6b 5acdb255

+22
+22
Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
··· 127 127 compatible: 128 128 contains: 129 129 enum: 130 + - qcom,sc7180-qmp-usb3-phy 131 + then: 132 + properties: 133 + clocks: 134 + maxItems: 4 135 + clock-names: 136 + items: 137 + - const: aux 138 + - const: cfg_ahb 139 + - const: ref 140 + - const: com_aux 141 + resets: 142 + maxItems: 1 143 + reset-names: 144 + items: 145 + - const: phy 146 + 147 + - if: 148 + properties: 149 + compatible: 150 + contains: 151 + enum: 130 152 - qcom,sdm845-qmp-usb3-uni-phy 131 153 then: 132 154 properties: