Commit 951e92d1 authored by Zhen Lei's avatar Zhen Lei Committed by Lee Jones

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: default avatarZhen Lei <thunder.leizhen@huawei.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent cd2b909b
...@@ -93,7 +93,7 @@ examples: ...@@ -93,7 +93,7 @@ examples:
pwmleds { pwmleds {
compatible = "pwm-leds"; compatible = "pwm-leds";
panel { led-1 {
pwms = <&iqs620a_pwm 0 1000000>; pwms = <&iqs620a_pwm 0 1000000>;
max-brightness = <255>; max-brightness = <255>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment