Skip to content

Commit 3ba9fb5

Browse files
committed
qcom-qcs6490: drop the pcie_pme=nomsi flag
Drop the pcie_pme=nomsi, there was a historical issue with the ath11k driver not being able to work if PME took one of MSI interrupts. This has been solved long ago and can be dropped now. Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 96fe032 commit 3ba9fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/machine/include/qcom-qcs6490.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require conf/machine/include/qcom-common.inc
77
DEFAULTTUNE = "armv8-2a-crypto"
88
require conf/machine/include/arm/arch-armv8-2a.inc
99

10-
KERNEL_CMDLINE_EXTRA ?= "pcie_pme=nomsi earlycon"
10+
KERNEL_CMDLINE_EXTRA ?= "earlycon"
1111

1212
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
1313
packagegroup-qcom-boot-essential \

0 commit comments

Comments
 (0)