Re: [PATCH v7 2/2] Documentation: devictree: Add ipq806x mdio bindings

From: Rob Herring
Date: Wed Feb 26 2020 - 08:58:10 EST


On Tue, Feb 25, 2020 at 12:40 PM <ansuelsmth@xxxxxxxxx> wrote:
>
> > On Mon, Feb 24, 2020 at 3:10 PM Ansuel Smith <ansuelsmth@xxxxxxxxx>
> > wrote:
> > >
> >
> > typo in the subject. Use 'dt-bindings: net: ...' for the subject prefix.
> >
> > > Add documentations for ipq806x mdio driver.
> > >
> > > Signed-off-by: Ansuel Smith <ansuelsmth@xxxxxxxxx>
> > > ---
> > > Changes in v7:
> > > - Fix dt_binding_check problem
> >
> > Um, no you didn't...
> >
>
> Does make dt_check_binding still gives errors?
> If yes can you give me some advice on how to test only this since it gives me
> errors on checking other upstream Documentation ?

Don't use linux-next. Linus' master is only warnings. If you have
errors on that, then you may need to update dtschema.

Also, using 'make -k' helps if there are make errors.

Rob