Uh oh!
There was an error while loading. Please reload this page.
WORKAROUND: power: sequencing: qcom-wcn: skip BT devices without bt-enable GPIO - #689
WORKAROUND: power: sequencing: qcom-wcn: skip BT devices without bt-enable GPIO#689shuaz-shuai wants to merge 1 commit into
Conversation
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
qlijarvis
commented
Jun 10, 2026
PR #689 — validate-patchPR:#689
Final Summary
|
qlijarvis
commented
Jun 10, 2026
PR #689 — checker-log-analyzerPR:#689
Detailed report: Full report
|
qcomlnxci
commented
Jun 11, 2026
Test Matrix
|
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
Salendarsingh Gaud (sgaud-quic)
left a comment
There was a problem hiding this comment.
Why WORKAROUND is needed ? Need justification with approval.
shuaz-shuai
commented
Jun 29, 2026
Hi Salendarsingh Gaud (@sgaud-quic) This is the same issue observed in QLI 0.0. If no changes are made, it will affect RB1 and Apache. Please refer to the QLI 0.0 issue link below. Therefore, the same workaround needs to be merged into QLI 2.0. |
Salendarsingh Gaud (sgaud-quic)
commented
Jun 29, 2026
Please share approved JIRA for exception |
Could you explain why a JIRA ticket is required? If possible, could you also share an example JIRA ticket for reference? |
Shiraz Hashim (shashim-quic)
left a comment
There was a problem hiding this comment.
Fix-issues: #625
remove this line from commit log.
…nable GPIO Add a bt_gpio_required flag to the per-platform data to indicate that a chip's BT enable path requires a dedicated GPIO. Only skip matching the "bluetooth" device node when this flag is set and bt_gpio is absent. Previously the bt_gpio check was applied unconditionally, which caused chips like WCN3990 that have no separate BT/WLAN enable pins by design to fail matching even when bt-enable GPIO is legitimately absent from the DT. Set bt_gpio_required for WCN6855 and WCN7850 which do require a dedicated BT enable GPIO. Signed-off-by: Shuai Zhang <shuai.zhang@oss.qualcomm.com>
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
shuaz-shuai
commented
Jun 29, 2026
updated |
qlijarvis
commented
Jun 29, 2026
PR #689 — validate-patchPR:#689
Final Summary
Additional Notes:
|
qlijarvis
commented
Jun 29, 2026
PR #689 — checker-log-analyzerPR:#689
Detailed report: Full report
|
Salendarsingh Gaud (sgaud-quic)
commented
Jul 8, 2026
Do we have a approved exception JIRA for this ? |
shuaz-shuai
commented
Jul 10, 2026
Added the Jira link. |
qcomlnxci
commented
Jul 10, 2026
Test Matrix
|
shuaz-shuai
commented
Jul 10, 2026
qlijarvis
commented
Jul 10, 2026
PR #689 — validate-patchPR:#689
Final Summary
|
qlijarvis
commented
Jul 10, 2026
PR #689 — checker-log-analyzerPR:#689
Detailed report: Full report
|
Add a bt_gpio_required flag to the per-platform data to indicate that a chip's BT enable path requires a dedicated GPIO. Only skip matching the "bluetooth" device node when this flag is set and bt_gpio is absent.
Previously the bt_gpio check was applied unconditionally, which caused chips like WCN3990 that have no separate BT/WLAN enable pins by design to fail matching even when bt-enable GPIO is legitimately absent from the DT. Set bt_gpio_required for WCN6855 and WCN7850 which do require a dedicated BT enable GPIO.
The qcom-6.18.y branch also needs to fix this issue.
Fix-issues: #625
depend on: #760
CRs-Fixed: 4602678