QCLINUX: Revert Hamoa and Purwa BT always-on workarounds - #1627
QCLINUX: Revert Hamoa and Purwa BT always-on workarounds#1627weiden (WeiDeng-weiden) wants to merge 2 commits into
Conversation
… Bluetooth over both USB and UART" This reverts commit f2ee870. The workaround is superseded by the proper M.2 Key E connector DT solution (see tech/all/dt/hamoa). Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1627PR: #1627
VerdictThis is not a compilation failure. The build failed during the automerge (integration) step when attempting to merge the PR with topic branch 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1627PR: #1627
VerdictThis is not a compilation failure. The build failed during the automerge phase when integrating the 📎 Detailed analysis: Full report |
PR #1627 — validate-patchPR: #1627
Final Summary
|
PR #1627 — checker-log-analyzerPR: #1627
Detailed report: Full report
|
5108e1a to
a1c2822
Compare
🔨 Build Failure Analysis — PR #1627PR: #1627
VerdictNo compilation errors found. Build failed during automerge phase with 2 merge conflicts in files not modified by this PR. These are integration conflicts, not PR-introduced errors. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1627PR: #1627
VerdictBoth failures are PR-introduced merge conflicts. The PR reverts a Bluetooth workaround that conflicts with the broader workaround topic branch (topic/tech/all/workaround) during integration. 📎 Detailed analysis: Full report |
PR #1627 — validate-patchPR: #1627
Final Summary
|
PR #1627 — checker-log-analyzerPR: #1627
Detailed report: Full report
|
… Bluetooth over both USB and UART" This reverts commit 3aff695. The workaround is superseded by the proper M.2 Key E connector DT solution (see tech/all/dt/hamoa). Signed-off-by: Wei Deng <wei.deng@oss.qualcomm.com>
🔨 Build Failure Analysis — PR #1627PR: #1627
VerdictNo compilation errors exist. The build failed during the pre-compilation automerge phase due to 2 merge conflicts with the integration branch. These are integration conflicts, not errors introduced by the PR code itself. 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1627PR: #1627
Verdict0 of 2 errors are introduced by this PR; both are pre-existing integration conflicts. The PR only modifies 📎 Detailed analysis: Full report |
PR #1627 — validate-patchPR: #1627
Final Summary
|
PR #1627 — checker-log-analyzerPR: #1627
Detailed report: Full report
|
Revert the temporary BT_EN always-on workaround for both Hamoa and Purwa IoT EVKs, now superseded by the proper M.2 Key E connector DT solution.
Commits:
QCLINUX: Revert "WORKAROUND: arm64: dts: qcom: hamoa-iot-evk: support Bluetooth over both USB and UART"— reverts f2ee870QCLINUX: Revert "WORKAROUND: arm64: dts: qcom: purwa-iot-evk: support Bluetooth over both USB and UART"— reverts 3aff695The workarounds modeled BT_EN (GPIO116) as always-on fixed regulators to prevent hci_qca UART driver interference when BT operates over USB. This is no longer needed with the proper M.2 solution that uses pwrseq-pcie-m2 to control W_DISABLE2# (GPIO116) based on PCIe device enumeration.
M.2 solution PRs:
CRs-Fixed: 4630764