Re: [PATCH v7 0/8] Add support for H6 PWM

From: Rob Herring
Date: Tue Dec 10 2019 - 11:48:29 EST


On Thu, Nov 21, 2019 at 1:24 AM Maxime Ripard <maxime@xxxxxxxxxx> wrote:
>
> On Tue, Nov 19, 2019 at 06:53:11PM +0100, ClÃment PÃron wrote:
> > Hi,
> >
> > This is a rework of Jernej's previous work[1] taking account all the
> > previous remarks.
> >
> > Bindings is still strict but probe in the driver are now optionnals.
> >
> > If someone could confirm that the PWM is not broken, as my board
> > doesn't output it.
> >
> > I didn't add the acked-tags as there are big changes.
>
> Applied 1 and 7 for 5.6, thanks!

I believe patch 7 breaks linux-next:

Error: Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.example.dts:35.37-38
syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.example.dt.yaml]
Error 1

Usually that's due to a missing include.

Rob