Re: [PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells

2018-01-22 Thread Claudiu Beznea
On 20.01.2018 00:30, Rob Herring wrote: > On Fri, Jan 12, 2018 at 04:22:49PM +0200, Claudiu Beznea wrote: >> pwm-cells should be at least 2 to provide channel number and period value. >> >> Cc: Mike Dunn >> Signed-off-by: Claudiu Beznea >> --- >> Documentation/devicetree/bindings/pwm/pxa-pwm.t

Re: [PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells

2018-01-19 Thread Rob Herring
On Fri, Jan 12, 2018 at 04:22:49PM +0200, Claudiu Beznea wrote: > pwm-cells should be at least 2 to provide channel number and period value. > > Cc: Mike Dunn > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/pwm/pxa-pwm.txt | 6 +++--- > 1 file changed, 3 insertions(+),

[PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells

2018-01-12 Thread Claudiu Beznea
pwm-cells should be at least 2 to provide channel number and period value. Cc: Mike Dunn Signed-off-by: Claudiu Beznea --- Documentation/devicetree/bindings/pwm/pxa-pwm.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/pwm/pxa-pwm.tx