Skip to content

Commit 98abf2f

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: x1e80100: add missing PCIe minimum OPP
Add the missing PCIe CX performance level votes to avoid relying on other drivers (e.g. USB) to maintain the nominal performance level required for Gen3 speeds. Fixes: 5eb83fc ("arm64: dts: qcom: x1e80100: Add PCIe nodes") Cc: [email protected] # 6.9 Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f8fa1f2 commit 98abf2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2959,6 +2959,7 @@
29592959
"link_down";
29602960

29612961
power-domains = <&gcc GCC_PCIE_6A_GDSC>;
2962+
required-opps = <&rpmhpd_opp_nom>;
29622963

29632964
phys = <&pcie6a_phy>;
29642965
phy-names = "pciephy";
@@ -3080,6 +3081,7 @@
30803081
"link_down";
30813082

30823083
power-domains = <&gcc GCC_PCIE_4_GDSC>;
3084+
required-opps = <&rpmhpd_opp_nom>;
30833085

30843086
phys = <&pcie4_phy>;
30853087
phy-names = "pciephy";

0 commit comments

Comments
 (0)