From: Zhen Lei <thunder.leizhen@huawei.com>
Date: Fri, 4 Dec 2020 09:38:13 +0000 (+0800)
Subject: dt-bindings: mfd: Correct the node name of the panel LED
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=951e92d141ea4ac5b68d9e6eac895e5988852d3c;p=linux.git

dt-bindings: mfd: Correct the node name of the panel LED

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>
---

diff --git a/Documentation/devicetree/bindings/mfd/iqs62x.yaml b/Documentation/devicetree/bindings/mfd/iqs62x.yaml
index 541b06d80e733..044cd7542c2bc 100644
--- a/Documentation/devicetree/bindings/mfd/iqs62x.yaml
+++ b/Documentation/devicetree/bindings/mfd/iqs62x.yaml
@@ -93,7 +93,7 @@ examples:
     pwmleds {
             compatible = "pwm-leds";
 
-            panel {
+            led-1 {
                     pwms = <&iqs620a_pwm 0 1000000>;
                     max-brightness = <255>;
             };