Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth: HCI: Use lower-case values for bus and quirks in devicetree #79878

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

jhedberg
Copy link
Member

It's more common (and more readable) convention to use lower-case names for string-based device tree property values. Convert the HCI bus and quirks to follow this convention. Also take advantage of the recently added support for string-array enums to enforce that the correct values are used.

@jhedberg
Copy link
Member Author

Note: I got the inspiration from #79634

decsny
decsny previously approved these changes Oct 15, 2024
It's more common (and more readable) convention to use lower-case
names for string-based device tree property values. Convert the HCI bus
and quirks to follow this convention. Also take advantage of the
recently added support for string-array enums to enforce that the
correct values are used.

Signed-off-by: Johan Hedberg <[email protected]>
Add a note for the updated bt-hci-quirks and bt-hci-bus DT properties.

Signed-off-by: Johan Hedberg <[email protected]>
@nashif nashif merged commit 6517bab into zephyrproject-rtos:main Oct 17, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants