dt-bindings: mfd: Correct the node name of the panel LED
authorZhen Lei <thunder.leizhen@huawei.com>
Fri, 4 Dec 2020 09:38:13 +0000 (17:38 +0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Feb 2021 13:54:07 +0000 (13:54 +0000)
According to the definition in leds-pwm.yaml, the node name of each LED
must match the regular expression "^led(-[0-9a-f]+)?$". "led" or "led-"
followed by a decimal or hexadecimal ID number.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/iqs62x.yaml

index 541b06d..044cd75 100644 (file)
@@ -93,7 +93,7 @@ examples:
     pwmleds {
             compatible = "pwm-leds";
 
-            panel {
+            led-1 {
                     pwms = <&iqs620a_pwm 0 1000000>;
                     max-brightness = <255>;
             };