-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
dts: bindings: usb: Change the property names in the DTS #83771
Merged
Merged
Conversation
This file contains 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
18 tasks
zephyrbot
added
area: USB
Universal Serial Bus
platform: NXP
NXP
platform: NXP Drivers
NXP Semiconductors, drivers
labels
Jan 10, 2025
zephyrbot
requested review from
butok,
dbaluta,
decsny,
DerekSnell,
dleach02,
EmilioCBen,
jfischer-no,
manuargue,
mmahadevan108,
tmon-nordic and
yvanderv
January 10, 2025 05:51
tmon-nordic
previously approved these changes
Jan 10, 2025
butok
previously approved these changes
Jan 10, 2025
decsny
previously approved these changes
Jan 10, 2025
kartben
requested changes
Jan 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same two comments as #83840, both for commit message being "backwards", and need for migration guide entry
Change the property names in the bindings and DTS to use hyphens(-) for separation instead of underscores(_). Signed-off-by: James Roy <[email protected]>
Rename the phy_handle property to phy-handle in the devicetree and bindings of the USB subsystem. Signed-off-by: James Roy <[email protected]>
rruuaanng
dismissed stale reviews from decsny, butok, and tmon-nordic
via
January 13, 2025 03:30
c8e7986
rruuaanng
force-pushed
the
dts-style-usb
branch
from
January 13, 2025 03:30
9141fb6
to
c8e7986
Compare
rruuaanng
changed the title
boards: nxp: Change the property names in the DTS
dts: bindings: usb: Change the property names in the DTS
Jan 13, 2025
tmon-nordic
approved these changes
Jan 13, 2025
fabiobaltieri
approved these changes
Jan 13, 2025
kartben
approved these changes
Jan 14, 2025
dleach02
approved these changes
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: USB
Universal Serial Bus
platform: NXP Drivers
NXP Semiconductors, drivers
platform: NXP
NXP
Release Notes
To be mentioned in the release notes
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.
Change the property names in the bindings and DTS
to use hyphens(-) for separation instead of underscores(_).