Skip to content

Commit 8b8ec83

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: sc8280xp: add missing PCIe minimum OPP
Add the missing PCIe CX performance level votes to avoid relying on other drivers (e.g. USB or UFS) to maintain the nominal performance level required for Gen3 speeds. Fixes: 813e831 ("arm64: dts: qcom: sc8280xp/sa8540p: add PCIe2-4 nodes") Cc: [email protected] # 6.2 Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent cb939b9 commit 8b8ec83

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,6 +1774,7 @@
17741774
reset-names = "pci";
17751775

17761776
power-domains = <&gcc PCIE_4_GDSC>;
1777+
required-opps = <&rpmhpd_opp_nom>;
17771778

17781779
phys = <&pcie4_phy>;
17791780
phy-names = "pciephy";
@@ -1872,6 +1873,7 @@
18721873
reset-names = "pci";
18731874

18741875
power-domains = <&gcc PCIE_3B_GDSC>;
1876+
required-opps = <&rpmhpd_opp_nom>;
18751877

18761878
phys = <&pcie3b_phy>;
18771879
phy-names = "pciephy";
@@ -1970,6 +1972,7 @@
19701972
reset-names = "pci";
19711973

19721974
power-domains = <&gcc PCIE_3A_GDSC>;
1975+
required-opps = <&rpmhpd_opp_nom>;
19731976

19741977
phys = <&pcie3a_phy>;
19751978
phy-names = "pciephy";
@@ -2071,6 +2074,7 @@
20712074
reset-names = "pci";
20722075

20732076
power-domains = <&gcc PCIE_2B_GDSC>;
2077+
required-opps = <&rpmhpd_opp_nom>;
20742078

20752079
phys = <&pcie2b_phy>;
20762080
phy-names = "pciephy";
@@ -2169,6 +2173,7 @@
21692173
reset-names = "pci";
21702174

21712175
power-domains = <&gcc PCIE_2A_GDSC>;
2176+
required-opps = <&rpmhpd_opp_nom>;
21722177

21732178
phys = <&pcie2a_phy>;
21742179
phy-names = "pciephy";

0 commit comments

Comments
 (0)