Skip to content

Commit 07bbe3f

Browse files
lkarpins-rhandersson
authored andcommitted
arm64: dts: qcom: sa8540p-ride: disable pcie2a node
pcie2a and pcie3a both cause interrupt storms to occur. However, when both are enabled simultaneously, the two combined interrupt storms will lead to rcu stalls. Red Hat is the only company still using this board and since we still need pcie3a, just disable pcie2a. Signed-off-by: Lucas Karpinski <lkarpins@redhat.com> Reviewed-by: Brian Masney <bmasney@redhat.com> Link: https://lore.kernel.org/r/qcoqksikfvdqxk6stezbzc7l2br37ccgqswztzqejmhrkhbrwt@ta4npsm35mqk Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 498006f commit 07bbe3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sa8540p-ride.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,14 +376,14 @@
376376
pinctrl-names = "default";
377377
pinctrl-0 = <&pcie2a_default>;
378378

379-
status = "okay";
379+
status = "disabled";
380380
};
381381

382382
&pcie2a_phy {
383383
vdda-phy-supply = <&vreg_l11a>;
384384
vdda-pll-supply = <&vreg_l3a>;
385385

386-
status = "okay";
386+
status = "disabled";
387387
};
388388

389389
&pcie3a {

0 commit comments

Comments
 (0)