Re: [PATCH 3/3] pwm: jz4740: Add support for the JZ4725B

2020-05-24 Thread Uwe Kleine-König
Hello Paul, On Sun, May 24, 2020 at 07:51:23PM +0200, Paul Cercueil wrote: > Le dim. 24 mai 2020 à 19:37, Uwe Kleine-König > a écrit : > > On Mon, Apr 13, 2020 at 02:14:45PM +0200, Paul Cercueil wrote: > > > @@ -214,6 +218,7 @@ static int jz4740_pwm_probe(struct > > > platform_device *pdev) > >

Re: [PATCH 3/3] pwm: jz4740: Add support for the JZ4725B

2020-05-24 Thread Paul Cercueil
Hi Uwe, Le dim. 24 mai 2020 à 19:37, Uwe Kleine-König a écrit : On Mon, Apr 13, 2020 at 02:14:45PM +0200, Paul Cercueil wrote: The PWM hardware in the JZ4725B works the same as in the JZ4740, but has only six channels available. Signed-off-by: Paul Cercueil --- Notes: I did not

Re: [PATCH 3/3] pwm: jz4740: Add support for the JZ4725B

2020-05-24 Thread Uwe Kleine-König
On Mon, Apr 13, 2020 at 02:14:45PM +0200, Paul Cercueil wrote: > The PWM hardware in the JZ4725B works the same as in the JZ4740, but has > only six channels available. > > Signed-off-by: Paul Cercueil > --- > > Notes: > I did not add documentation for the new jz4725b-pwm compatible > st