Message ID | 20201204093813.1275-6-thunder.leizhen@huawei.com |
---|---|
State | Accepted |
Commit | 951e92d141ea4ac5b68d9e6eac895e5988852d3c |
Headers | show |
Series | fix dt_binding_check warnings | expand |
On Fri, 04 Dec 2020 17:38:13 +0800, Zhen Lei wrote: > 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> > --- > Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
On Fri, 04 Dec 2020, Zhen Lei wrote: > 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> > --- > Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.
diff --git a/Documentation/devicetree/bindings/mfd/iqs62x.yaml b/Documentation/devicetree/bindings/mfd/iqs62x.yaml index 541b06d80e7337a..044cd7542c2bcf5 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>; };
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> --- Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)