Re: [PATCH v9 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
From: Marek Behun
Date: Thu Jun 24 2021 - 19:19:45 EST
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>;