On Tue, Aug 25, 2020 at 2:47 AM Sagar Kadam <[email protected]> wrote: > > Hello Rob, > > > -----Original Message----- > > From: Rob Herring <[email protected]> > > Sent: Monday, August 24, 2020 11:06 PM > > To: Sagar Kadam <[email protected]> > > Cc: [email protected]; [email protected]; Paul Walmsley ( > > Sifive) <[email protected]>; [email protected]; Yash Shah > > <[email protected]>; [email protected]; linux- > > [email protected]; [email protected] > > 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 <[email protected]> > > > --- > > > .../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

