-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Use defaults in iCE40 binding #81561
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
Use defaults in iCE40 binding #81561
Conversation
josuah
left a comment
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.
Thank you for porting these changes from #80854 !
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.
Default values in bindings need to be explained/justified in the description (please see https://docs.zephyrproject.org/latest/build/dts/bindings-upstream.html#rules-for-default-values).
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.
done
Replace the DT_INST_PROP_OR statements with defaults in the devicetree binding of the iCE40. Signed-off-by: Benedikt Schmidt <[email protected]>
46e6a1d
de37c79 to
46e6a1d
Compare
henrikbrixandersen
left a comment
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.
Thanks.
Replace the DT_INST_PROP_OR statements with defaults in the devicetree binding of the iCE40.