[PATCH v15 2/4] dt-bindings: pci: qcom: Add OPP table

Krishna chaitanya chundru posted 4 patches 1 year, 6 months ago
[PATCH v15 2/4] dt-bindings: pci: qcom: Add OPP table
Posted by Krishna chaitanya chundru 1 year, 6 months ago
PCIe needs to choose the appropriate performance state of RPMh power
domain based on the PCIe gen speed.

Adding the Operating Performance Points table allows to adjust power
domain performance state and ICC peak bw, depending on the PCIe data
rate and link width.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com>
---
 Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml
index 1496d6993ab4..d8c0afaa4b19 100644
--- a/Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml
+++ b/Documentation/devicetree/bindings/pci/qcom,pcie-sm8450.yaml
@@ -69,6 +69,10 @@ properties:
       - const: msi6
       - const: msi7
 
+  operating-points-v2: true
+  opp-table:
+    type: object
+
   resets:
     maxItems: 1
 

-- 
2.42.0
Re: [PATCH v15 2/4] dt-bindings: pci: qcom: Add OPP table
Posted by Krzysztof Wilczyński 1 year, 5 months ago
Hello,

> PCIe needs to choose the appropriate performance state of RPMh power
> domain based on the PCIe gen speed.
> 
> Adding the Operating Performance Points table allows to adjust power
> domain performance state and ICC peak bw, depending on the PCIe data
> rate and link width.

Applied to dt-bindings, thank you!

[1/1] dt-bindings: pci: qcom: Add OPP table
      https://git.kernel.org/pci/pci/c/1b029ce3b0b5

	Krzysztof