Re: [PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led

2020-12-16 Thread Lee Jones
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 > --- >

Re: [PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led

2020-12-07 Thread Rob Herring
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 > --- >

[PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led

2020-12-04 Thread Zhen Lei
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 --- Documentation/devicetree/bindings/mfd/iqs62x.yaml | 2 +- 1 file changed, 1