Re: [PATCH 2/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-28 Thread Vesa Jääskeläinen
Hi, On 25.3.2021 20.41, Pavel Machek wrote: + led-gpios: +description: Array of one or more GPIOs pins used to control the LED. +minItems: 1 +maxItems: 8 # Should be enough We also have a case with multi color LEDs (which is probably a more common than multi intensity LED. So I a

Re: [PATCH 2/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-25 Thread Pavel Machek
Hi! > See below. Please trim. > > + led-gpios: > > +description: Array of one or more GPIOs pins used to control the LED. > > +minItems: 1 > > +maxItems: 8 # Should be enough > > We also have a case with multi color LEDs (which is probably a more common > than multi intensity LED.

Re: [PATCH 2/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-24 Thread Vesa Jääskeläinen
Hi, See below. On 24.3.2021 9.56, Hermes Zhang wrote: From: Hermes Zhang Document the device tree bindings of the multiple GPIOs LED driver Documentation/devicetree/bindings/leds/leds-multi-gpio.yaml. Signed-off-by: Hermes Zhang --- .../bindings/leds/leds-multi-gpio.yaml| 50 +

Re: [PATCH 2/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-24 Thread Marek Behun
On Wed, 24 Mar 2021 15:56:31 +0800 Hermes Zhang wrote: > From: Hermes Zhang > > Document the device tree bindings of the multiple GPIOs LED driver > Documentation/devicetree/bindings/leds/leds-multi-gpio.yaml. The dt-binding should come before the actual driver. Otherwise there will be a commi

[PATCH 2/2] dt-binding: leds: Document leds-multi-gpio bindings

2021-03-24 Thread Hermes Zhang
From: Hermes Zhang Document the device tree bindings of the multiple GPIOs LED driver Documentation/devicetree/bindings/leds/leds-multi-gpio.yaml. Signed-off-by: Hermes Zhang --- .../bindings/leds/leds-multi-gpio.yaml| 50 +++ 1 file changed, 50 insertions(+) create mo