[PATCH 1/1] dt-bindings: riscv: sifive-l2-cache: convert bindings to json-schema

Rob Herring robh at kernel.org
Tue Aug 25 12:21:03 EDT 2020


On Tue, Aug 25, 2020 at 2:47 AM Sagar Kadam <sagar.kadam at openfive.com> wrote:
>
> Hello Rob,
>
> > -----Original Message-----
> > From: Rob Herring <robh at kernel.org>
> > Sent: Monday, August 24, 2020 11:06 PM
> > To: Sagar Kadam <sagar.kadam at openfive.com>
> > Cc: aou at eecs.berkeley.edu; devicetree at vger.kernel.org; Paul Walmsley (
> > Sifive) <paul.walmsley at sifive.com>; robh+dt at kernel.org; Yash Shah
> > <yash.shah at openfive.com>; palmer at dabbelt.com; linux-
> > kernel at vger.kernel.org; linux-riscv at lists.infradead.org
> > Subject: Re: [PATCH 1/1] dt-bindings: riscv: sifive-l2-cache: convert bindings
> > to json-schema
> >
> > [External Email] Do not click links or attachments unless you recognize the
> > sender and know the content is safe
> >
> > On Mon, 24 Aug 2020 13:20:21 +0530, Sagar Kadam wrote:
> > > Convert the device tree bindings for the SiFive's FU540-C000 SoC's L2
> > > Cache controller to YAML format.
> > >
> > > Signed-off-by: Sagar Kadam <sagar.kadam at sifive.com>
> > > ---
> > >  .../devicetree/bindings/riscv/sifive-l2-cache.txt  | 51 ------------
> > > .../devicetree/bindings/riscv/sifive-l2-cache.yaml | 93
> > > ++++++++++++++++++++++
> > >  2 files changed, 93 insertions(+), 51 deletions(-)  delete mode
> > > 100644 Documentation/devicetree/bindings/riscv/sifive-l2-cache.txt
> > >  create mode 100644
> > > Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml
> > >
> >
> >
> > My bot found errors running 'make dt_binding_check' on your patch:
> >
>
> I had checked using DT_SCHEMA_FILES option due to which it didn't catch any error on other
> schemas. Without this I could regenerate the error you mentioned.
> I will fix it and update. Sorry for the error.

Update your kernel. DT_SCHEMA_FILES setting no longer matters on
current tree. It only affects 'dtbs_check' now.

Rob



More information about the linux-riscv mailing list