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/[email protected] Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]>
1 parent 544e8f9 commit c807302

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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)