fix: add RB1 Bluetooth DT and firmware detection support#412
Merged
bhargav0610 merged 2 commits intoqualcomm-linux:mainfrom Apr 20, 2026
Merged
fix: add RB1 Bluetooth DT and firmware detection support#412bhargav0610 merged 2 commits intoqualcomm-linux:mainfrom
bhargav0610 merged 2 commits intoqualcomm-linux:mainfrom
Conversation
Update btfwpresent() to detect legacy QCA Bluetooth firmware files such as cmbtfw*.tlv and cmnv*.bin in addition to the existing msbtfw*/msnv* patterns. Also avoid the previous multi-glob ls behavior that could return failure when some patterns were absent even though valid firmware files were present. This makes firmware presence detection robust on RB1 and other targets using older QCA naming/layouts. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Extend the DT compatible allowlist in BT_FW_KMD_Service to include qcom,wcn3950-bt so RB1 platforms are recognized correctly during the device-tree validation step. This aligns the testcase with RB1 Bluetooth DT naming while keeping the existing flow unchanged for other supported targets. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
bhargav0610
approved these changes
Apr 20, 2026
Contributor
|
Did you try to run this code on the device? |
Contributor
yes we validated locally and its working fine and also pls find the job details where the test case is passing https://lava.infra.foundries.io/scheduler/job/183633 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update fixes BT_FW_KMD_Service on RB1 by aligning the testcase with RB1 Bluetooth DT and firmware naming.
Changes included:
Why:
Validation:
Sample reference lava job - https://lava.infra.foundries.io/scheduler/job/183627