You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dts/bindings/usb/nxp,kinetis-usbd.yaml says that any node with that binding must have a clocks property, but only a few nodes with compatible = "nxp,kinetis-usbd" have a clocks property.
This leads to failures in #17660, which turns missing category: required properties into an error.
Not familiar enough with how this is used to know what the proper solution is. A quickfix would be to make clocks optional instead in the binding (category: optional).
The text was updated successfully, but these errors were encountered:
dts/bindings/usb/nxp,kinetis-usbd.yaml
says that any node with that binding must have aclocks
property, but only a few nodes withcompatible = "nxp,kinetis-usbd"
have aclocks
property.List for reference:
This leads to failures in #17660, which turns missing
category: required
properties into an error.Not familiar enough with how this is used to know what the proper solution is. A quickfix would be to make
clocks
optional instead in the binding (category: optional
).The text was updated successfully, but these errors were encountered: