Hi, This series converts the R-Car VIN bindings to json-schema. This is my first conversion so I hope I got everything right. The schema is strict and additionalProperties=false is set at every level. The change passes 'make dt_binding_check' and 'make dtbs_check' for all upstream DTS files. Patch 1/3 and 2/3 fixes a few mistakes in the text base bindings before converting it to yaml to highlight what changes before the rather large conversion. Last 3/3 converts it from text to yaml. Niklas Söderlund (3): dt-bindings: rcar-vin: Remove paragraph about aliases dt-bindings: rcar-vin: Document compatibility string for R8A77470 dt-bindings: rcar-vin: Convert bindings to json-schema .../devicetree/bindings/media/renesas,vin.txt | 219 ---------- .../bindings/media/renesas,vin.yaml | 409 ++++++++++++++++++ 2 files changed, 409 insertions(+), 219 deletions(-) delete mode 100644 Documentation/devicetree/bindings/media/renesas,vin.txt create mode 100644 Documentation/devicetree/bindings/media/renesas,vin.yaml -- 2.23.0