On Tue, 22 Jun 2021 20:50:38 -0700 Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> wrote: > +++ b/Documentation/devicetree/bindings/leds/leds-qcom-lpg.yaml The file name should be based on one of the compatible strings, for example the first one: qcom,pm8150b-lpg.yaml > + led@1 { > + reg = <1>; > + label = "green:user1"; > + }; `label` is deprecated, please don't use in new bindings in examples. Instead use color, function and function-enumerator, i.e. color = <LED_COLOR_ID_GREEN>; function = LED_FUNCTION_xxx; function-enumerator = <N>;