Missing 'label' on most nodes with 'compatible = "pwm-leds"' #17665
Labels
area: Devicetree
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
dts/bindings/led/pwm-leds.yaml
says that any node with that binding must have alabel
property, but only a few nodes withcompatible = "pwm-leds"
have alabel
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
label
optional instead in the binding (category: optional
).The text was updated successfully, but these errors were encountered: