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: stable@vger.kernel.org # 6.9 Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240722094249.26471-4-johan+linaro@kernel.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f8fa1f2 commit 98abf2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)