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

From: ClÃment PÃron
Date: Tue Dec 10 2019 - 12:20:38 EST


Hi Rob,

On Tue, 10 Dec 2019 at 17:48, Rob Herring <robh+dt@xxxxxxxxxx> wrote:
>
> 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:

Sorry for that,

>
> 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.
Indeed include are missing.

I will send a patch ASAP with a fixes tag.

Thanks for the report,
ClÃment

>
> Rob