Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zhen Lei and committed by
Lee Jones
951e92d1 cd2b909b

+1 -1
+1 -1
Documentation/devicetree/bindings/mfd/iqs62x.yaml
··· 93 93 pwmleds { 94 94 compatible = "pwm-leds"; 95 95 96 - panel { 96 + led-1 { 97 97 pwms = <&iqs620a_pwm 0 1000000>; 98 98 max-brightness = <255>; 99 99 };