Skip to content

Commit c807302

Browse files
jhovoldLorenzo Pieralisi
authored andcommitted
dt-bindings: PCI: qcom: Allow 'required-opps'
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>
1 parent 544e8f9 commit c807302

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pci/qcom,pcie-common.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ properties:
5959
power-domains:
6060
maxItems: 1
6161

62+
required-opps:
63+
maxItems: 1
64+
6265
resets:
6366
minItems: 1
6467
maxItems: 12

Documentation/devicetree/bindings/pci/qcom,pcie.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ properties:
105105
description: GPIO controlled connection to PERST# signal
106106
maxItems: 1
107107

108+
required-opps:
109+
maxItems: 1
110+
108111
wake-gpios:
109112
description: GPIO controlled connection to WAKE# signal
110113
maxItems: 1

0 commit comments

Comments
 (0)