summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/iqs62x.yaml
diff options
context:
space:
mode:
authorZhen Lei <thunder.leizhen@huawei.com>2020-12-04 17:38:13 +0800
committerLee Jones <lee.jones@linaro.org>2021-02-08 13:54:07 +0000
commit951e92d141ea4ac5b68d9e6eac895e5988852d3c (patch)
treecaeea8f14a6e39c11a55cd73fed8080f5aad67eb /Documentation/devicetree/bindings/mfd/iqs62x.yaml
parentcd2b909bfb91e45f3faac08766230d9fad12cc28 (diff)
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>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/iqs62x.yaml')
-rw-r--r--Documentation/devicetree/bindings/mfd/iqs62x.yaml2
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>;
};