diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2020-12-04 17:38:13 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-02-08 13:54:07 +0000 |
commit | 951e92d141ea4ac5b68d9e6eac895e5988852d3c (patch) | |
tree | caeea8f14a6e39c11a55cd73fed8080f5aad67eb | |
parent | cd2b909bfb91e45f3faac08766230d9fad12cc28 (diff) | |
download | lwn-951e92d141ea4ac5b68d9e6eac895e5988852d3c.tar.gz lwn-951e92d141ea4ac5b68d9e6eac895e5988852d3c.zip |
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>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/iqs62x.yaml b/Documentation/devicetree/bindings/mfd/iqs62x.yaml index 541b06d80e73..044cd7542c2b 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>; }; |