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 power-domains property

At least the "sc8280xp-qmp-usb3-uni-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-2-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Johan Hovold and committed by
Vinod Koul
3876ed2b b0131107

+13
+13
Documentation/devicetree/bindings/phy/qcom,qmp-usb-phy.yaml
··· 58 58 minItems: 3 59 59 maxItems: 4 60 60 61 + power-domains: 62 + maxItems: 1 63 + 61 64 resets: 62 65 maxItems: 2 63 66 ··· 267 264 items: 268 265 - const: phy_phy 269 266 - const: phy 267 + 268 + - if: 269 + properties: 270 + compatible: 271 + contains: 272 + enum: 273 + - qcom,sc8280xp-qmp-usb3-uni-phy 274 + then: 275 + required: 276 + - power-domains 270 277 271 278 - if: 272 279 properties: