linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: rcar-vin: Convert bindings to json-schema
@ 2019-11-08  2:16 Niklas Söderlund
  2019-11-08  2:16 ` [PATCH 1/3] dt-bindings: rcar-vin: Remove paragraph about aliases Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Niklas Söderlund @ 2019-11-08  2:16 UTC (permalink / raw)
  To: Rob Herring, devicetree, linux-media
  Cc: linux-renesas-soc, Niklas Söderlund

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-14 14:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08  2:16 [PATCH 0/3] dt-bindings: rcar-vin: Convert bindings to json-schema Niklas Söderlund
2019-11-08  2:16 ` [PATCH 1/3] dt-bindings: rcar-vin: Remove paragraph about aliases Niklas Söderlund
2019-11-08  9:26   ` Geert Uytterhoeven
2019-11-08  2:16 ` [PATCH 2/3] dt-bindings: rcar-vin: Document compatibility string for R8A77470 Niklas Söderlund
2019-11-08  9:33   ` Geert Uytterhoeven
2019-11-08  2:16 ` [PATCH 3/3] dt-bindings: rcar-vin: Convert bindings to json-schema Niklas Söderlund
2019-11-10 10:46   ` Hans Verkuil
2019-11-12  9:42   ` Jacopo Mondi
2019-11-14 14:15     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).