-
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: display: Change the property names in the overlay #83840
Conversation
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.
this is missing a entry in migration guide, you can't just rename properties without documenting it, this will break downstream users.
also commit message should be "drivers: display: ..." imo, the "root" change is in the display bindings, not in shields
This PR is just a sub-PR of #83352. |
Because the commit was too large, I needed to split it. Additionally, I will modify the commit messages later. |
6966343
to
be405f0
Compare
Unify property names in bindings and overlay, using hyphens (-) instead of underscores (_) as separators. Signed-off-by: James Roy <[email protected]>
be405f0
to
7b2d2f8
Compare
Rename the pclk_pol and data_cmd-gpios propertys to pclk-pol and data-cmd-gpios in the devicetree and bindings of the display subsystem. Signed-off-by: James Roy <[email protected]>
7b2d2f8
to
b53560c
Compare
Unify property names in bindings and overrides, using hyphens (-) instead of underscores (_) as separators.