Commit 07bbe3fd authored by Lucas Karpinski's avatar Lucas Karpinski Committed by Bjorn Andersson

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: default avatarLucas Karpinski <lkarpins@redhat.com>
Reviewed-by: default avatarBrian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/r/qcoqksikfvdqxk6stezbzc7l2br37ccgqswztzqejmhrkhbrwt@ta4npsm35mqkSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 498006fd
......@@ -376,14 +376,14 @@ &pcie2a {
pinctrl-names = "default";
pinctrl-0 = <&pcie2a_default>;
status = "okay";
status = "disabled";
};
&pcie2a_phy {
vdda-phy-supply = <&vreg_l11a>;
vdda-pll-supply = <&vreg_l3a>;
status = "okay";
status = "disabled";
};
&pcie3a {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment