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-usb3-dp: add missing power-domains property

At least the "qcom,sc8280xp-qmp-usb43dp-phy" binding requires a power
domain to be specified.

Fixes: aa27597e594c ("dt-bindings: phy: qcom,qmp: Add compatible for SC8280XP USB phys")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220902080705.12050-3-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
02887b04 3876ed2b

+14
+14
Documentation/devicetree/bindings/phy/qcom,qmp-usb3-dp-phy.yaml
··· 53 53 - const: ref 54 54 - const: com_aux 55 55 56 + power-domains: 57 + maxItems: 1 58 + 56 59 resets: 57 60 items: 58 61 - description: reset of phy block. ··· 161 158 - vdda-pll-supply 162 159 163 160 additionalProperties: false 161 + 162 + allOf: 163 + - if: 164 + properties: 165 + compatible: 166 + contains: 167 + enum: 168 + - qcom,sc8280xp-qmp-usb43dp-phy 169 + then: 170 + required: 171 + - power-domains 164 172 165 173 examples: 166 174 - |