mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-14 13:45:42 +08:00
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>
This commit is contained in:
parent
498006fd49
commit
07bbe3fd07
@ -376,14 +376,14 @@
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user