Use hyphens instead of underscores for property separation #83741
Labels
area: Devicetree Binding
PR modifies or adds a Device Tree binding
Enhancement
Changes/Updates/Additions to existing features
Meta
A collection of features, enhancements or bugs
Is your enhancement proposal related to a problem? Please describe.
#53506 #83352 work list
In the current source tree, all properties in devicetree and bindings across subsystems that contain underscores need to be renamed using hyphens.
(The scope of work only includes the
dts/
directory. However, if any DTS files located in other directories depend on the bindings, please disregard this statement and feel free to make changes as needed.)dts/bindings/
Describe the solution you'd like
None
Describe alternatives you've considered
None
Additional context
A change probably includes such a process:
tick_us
needs to be renamed totick-us
.These two are exceptions:
And, you can get a migration script from 9fcf476 to quickly change the binding name.
The text was updated successfully, but these errors were encountered: