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. |
PR #689 — validate-patchPR: #689
Final Summary
|
PR #689 — checker-log-analyzerPR: #689
Detailed report: Full report
|
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.
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. |
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. |
updated |
PR #689 — validate-patchPR: #689
Final Summary
Additional Notes:
|
PR #689 — checker-log-analyzerPR: #689
Detailed report: Full report
|
|
Do we have a approved exception JIRA for this ? |
Added the Jira link. |
Test Matrix
|
…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. Fix-issues: qualcomm-linux#625 CRs-Fixed: 4602678 Signed-off-by: Shuai Zhang <shuai.zhang@oss.qualcomm.com> (cherry picked from qualcomm-linux#689, manually re-applied due to context offset from earlier PR qualcomm-linux#614)
PR #689 — validate-patchPR: #689
Final Summary
|
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