On Tue, Aug 25, 2020 at 2:47 AM Sagar Kadam <sagar.ka...@openfive.com> wrote: > > Hello Rob, > > > -----Original Message----- > > From: Rob Herring <r...@kernel.org> > > Sent: Monday, August 24, 2020 11:06 PM > > To: Sagar Kadam <sagar.ka...@openfive.com> > > Cc: a...@eecs.berkeley.edu; devicet...@vger.kernel.org; Paul Walmsley ( > > Sifive) <paul.walms...@sifive.com>; robh...@kernel.org; Yash Shah > > <yash.s...@openfive.com>; pal...@dabbelt.com; linux- > > ker...@vger.kernel.org; linux-ri...@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.ka...@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