Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-28 Thread Pavel Machek
On Wed 2016-09-28 12:02:41, Florian Vaussard wrote: > Hi Pavel, > > Le 24. 09. 16 à 13:58, Pavel Machek a écrit : > > Hi! > > > >> +Example > >> +=== > >> + > >> +led1: ncp5623@38 { > >> + #address-cells = <1>; > >> + #size-cells = <0>; > >> + compatible = "onnn,ncp5623"; > >> + reg =

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-28 Thread Pavel Machek
On Wed 2016-09-28 12:02:41, Florian Vaussard wrote: > Hi Pavel, > > Le 24. 09. 16 à 13:58, Pavel Machek a écrit : > > Hi! > > > >> +Example > >> +=== > >> + > >> +led1: ncp5623@38 { > >> + #address-cells = <1>; > >> + #size-cells = <0>; > >> + compatible = "onnn,ncp5623"; > >> + reg =

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-28 Thread Florian Vaussard
Hello Jacek, Le 24. 09. 16 à 21:06, Jacek Anaszewski a écrit : > On 09/24/2016 01:58 PM, Pavel Machek wrote: >> Hi! >> >>> +Example >>> +=== >>> + >>> +led1: ncp5623@38 { >>> +#address-cells = <1>; >>> +#size-cells = <0>; >>> +compatible = "onnn,ncp5623"; >>> +reg = <0x38>;

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-28 Thread Florian Vaussard
Hello Jacek, Le 24. 09. 16 à 21:06, Jacek Anaszewski a écrit : > On 09/24/2016 01:58 PM, Pavel Machek wrote: >> Hi! >> >>> +Example >>> +=== >>> + >>> +led1: ncp5623@38 { >>> +#address-cells = <1>; >>> +#size-cells = <0>; >>> +compatible = "onnn,ncp5623"; >>> +reg = <0x38>;

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-28 Thread Florian Vaussard
Hi Pavel, Le 24. 09. 16 à 13:58, Pavel Machek a écrit : > Hi! > >> +Example >> +=== >> + >> +led1: ncp5623@38 { >> +#address-cells = <1>; >> +#size-cells = <0>; >> +compatible = "onnn,ncp5623"; >> +reg = <0x38>; >> +onnn,led-iref-microamp = <10>; >> + >> +led1r@0 { >>

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-28 Thread Florian Vaussard
Hi Pavel, Le 24. 09. 16 à 13:58, Pavel Machek a écrit : > Hi! > >> +Example >> +=== >> + >> +led1: ncp5623@38 { >> +#address-cells = <1>; >> +#size-cells = <0>; >> +compatible = "onnn,ncp5623"; >> +reg = <0x38>; >> +onnn,led-iref-microamp = <10>; >> + >> +led1r@0 { >>

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-24 Thread Jacek Anaszewski
On 09/24/2016 01:58 PM, Pavel Machek wrote: Hi! +Example +=== + +led1: ncp5623@38 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "onnn,ncp5623"; + reg = <0x38>; + onnn,led-iref-microamp = <10>; + + led1r@0 { + label =

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-24 Thread Jacek Anaszewski
On 09/24/2016 01:58 PM, Pavel Machek wrote: Hi! +Example +=== + +led1: ncp5623@38 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "onnn,ncp5623"; + reg = <0x38>; + onnn,led-iref-microamp = <10>; + + led1r@0 { + label =

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-24 Thread Pavel Machek
Hi! > +Example > +=== > + > +led1: ncp5623@38 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "onnn,ncp5623"; > + reg = <0x38>; > + onnn,led-iref-microamp = <10>; > + > + led1r@0 { > + label = "ncp:power:red"; > +

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-24 Thread Pavel Machek
Hi! > +Example > +=== > + > +led1: ncp5623@38 { > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "onnn,ncp5623"; > + reg = <0x38>; > + onnn,led-iref-microamp = <10>; > + > + led1r@0 { > + label = "ncp:power:red"; > +

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-23 Thread Rob Herring
On Fri, Sep 16, 2016 at 01:34:31PM +0200, Florian Vaussard wrote: > Add device tree binding documentation for On Semiconductor NCP5623 I2C > LED driver. The driver can independently control the PWM of the 3 > channels with 32 levels of intensity. > > The current delivered by the current source

Re: [PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-23 Thread Rob Herring
On Fri, Sep 16, 2016 at 01:34:31PM +0200, Florian Vaussard wrote: > Add device tree binding documentation for On Semiconductor NCP5623 I2C > LED driver. The driver can independently control the PWM of the 3 > channels with 32 levels of intensity. > > The current delivered by the current source

[PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-16 Thread Florian Vaussard
Add device tree binding documentation for On Semiconductor NCP5623 I2C LED driver. The driver can independently control the PWM of the 3 channels with 32 levels of intensity. The current delivered by the current source can also be controlled. To do so, the led-max-microamp property is used by

[PATCH v3 1/2] leds: ncp5623: Add device tree binding documentation

2016-09-16 Thread Florian Vaussard
Add device tree binding documentation for On Semiconductor NCP5623 I2C LED driver. The driver can independently control the PWM of the 3 channels with 32 levels of intensity. The current delivered by the current source can also be controlled. To do so, the led-max-microamp property is used by