This patch is created and tested on top of mainline linux commit 856deb866d16 ("Linux 5.9-rc5") Reference log of "make dt_binding_check" is available here[1]. Just in case required the log of dt_binding_check without this patch is available here[2] [1] https://paste.ubuntu.com/p/d2bXwvpFz9/ [2] https://paste.ubuntu.com/p/X2TzBbCs3k/ Change History: ==================== v3: -Incorporated changes as suggested by Rob Herring here[3] [3] https://lkml.org/lkml/2020/9/15/670 -Rebased patch on 5.9-rc5 V2: -Fixed bot failure mentioned by Rob Herring -Updated dt-schema and kernel as suggested V1: Base version Sagar Kadam (1): dt-bindings: riscv: sifive-l2-cache: convert bindings to json-schema .../devicetree/bindings/riscv/sifive-l2-cache.txt | 51 ------------ .../devicetree/bindings/riscv/sifive-l2-cache.yaml | 90 ++++++++++++++++++++++ 2 files changed, 90 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 -- 2.7.4