Skip to content

Commit 39a06b5

Browse files
Qiang Yukwilczynski
authored andcommitted
dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml
OPP table is a generic property that is also required by other Qcom platforms. Hence move this property to qcom,pcie-common.yaml so that PCIe on other Qcom platforms is able to adjust power domain performance state and ICC peak bandwidth according to the given PCIe generation speed and link width. Link: https://lore.kernel.org/r/20241101030902.579789-2-quic_qianyu@quicinc.com Signed-off-by: Qiang Yu <quic_qianyu@quicinc.com> [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1 parent a63b74f commit 39a06b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ properties:
8181
vddpe-3v3-supply:
8282
description: PCIe endpoint power supply
8383

84+
operating-points-v2: true
85+
opp-table:
86+
type: object
87+
8488
required:
8589
- reg
8690
- reg-names

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ properties:
7070
- const: msi7
7171
- const: global
7272

73-
operating-points-v2: true
74-
opp-table:
75-
type: object
76-
7773
resets:
7874
maxItems: 1
7975

0 commit comments

Comments
 (0)