diff options
author | Balaji Pothunoori <[email protected]> | 2024-10-18 16:29:11 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-11-15 19:29:33 -0800 |
commit | 8a47704d64c9afda80e7f399ba2cf898cfcc45b2 (patch) | |
tree | 11063e7103dc91c0400143f1637de12cdbf35b39 /tools/perf/scripts/python/parallel-perf.py | |
parent | b64b1266d6195d9bbfa75a93b4265fba2d447c86 (diff) |
remoteproc: qcom_q6v5_pas: disable auto boot for wpss
Currently, the rproc "atomic_t power" variable is incremented during:
a. WPSS rproc auto boot.
b. AHB power on for ath11k.
During AHB power off (rmmod ath11k_ahb.ko), rproc_shutdown fails
to unload the WPSS firmware because the rproc->power value is '2',
causing the atomic_dec_and_test(&rproc->power) condition to fail.
Consequently, during AHB power on (insmod ath11k_ahb.ko),
QMI_WLANFW_HOST_CAP_REQ_V01 fails due to the host and firmware QMI
states being out of sync.
Fixes: 300ed425dfa9 ("remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSS")
Cc: [email protected]
Signed-off-by: Balaji Pothunoori <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions