mbox series

[v4,0/3] dt-bindings: adv7604: Convert bindings to json-schema

Message ID 20200915181944.1037620-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers show
Series dt-bindings: adv7604: Convert bindings to json-schema | expand

Message

Niklas Söderlund Sept. 15, 2020, 6:19 p.m. UTC
Hi Hans,

This series converts the ADV7604 bindings to YAML and lists the new file
under MAINTAINERS. I have used the schema to validate the usage of the
bindings and no issues are found.

Previous versions of this series referred to issues found when running 
the validation and patches that fixed them. All those patches have now 
been picked up.

Niklas Söderlund (3):
  dt-bindings: adv7604: Fix documentation for hpd-gpios
  dt-bindings: adv7604: Convert bindings to json-schema
  MAINTAINERS: Add ADV7604 bindings documentation

 .../devicetree/bindings/media/i2c/adv7604.txt |  88 ---------
 .../bindings/media/i2c/adv7604.yaml           | 178 ++++++++++++++++++
 MAINTAINERS                                   |   1 +
 3 files changed, 179 insertions(+), 88 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/i2c/adv7604.txt
 create mode 100644 Documentation/devicetree/bindings/media/i2c/adv7604.yaml