Skip to content

Commit

Permalink
dt-bindings: PCI: qcom: Allow 'required-opps'
Browse files Browse the repository at this point in the history
Some Qualcomm SoCs require a minimum performance level for the power
domain so add 'required-opps' to the binding.

Link: https://lore.kernel.org/r/20240306095651.4551-2-johan+linaro@kernel.org
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  • Loading branch information
Johan Hovold authored and Lorenzo Pieralisi committed Mar 8, 2024
1 parent 544e8f9 commit c807302
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml
Original file line number Diff line number Diff line change
@@ -59,6 +59,9 @@ properties:
power-domains:
maxItems: 1

required-opps:
maxItems: 1

resets:
minItems: 1
maxItems: 12
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/pci/qcom,pcie.yaml
Original file line number Diff line number Diff line change
@@ -105,6 +105,9 @@ properties:
description: GPIO controlled connection to PERST# signal
maxItems: 1

required-opps:
maxItems: 1

wake-gpios:
description: GPIO controlled connection to WAKE# signal
maxItems: 1

0 comments on commit c807302

Please sign in to comment.