From: Ryan Wanner <Ryan.Wanner@xxxxxxxxxxxxx> This patch series converts atmel-classd and atmel-pdmic device tree bindings to json-schema. v1 -> v2: - Fix commit formatting. - Fix titles in yaml file. - Removed trivial descriptions. - Correct formatting errors. v2 -> v3: - Fix subsystem prefix. - Fix word wrap formatting. - Removed assigned-clocks parameter. - Correct descriptions in inconsistent locations. - Remove duplicated description. - Correct formatting for dts example. Ryan Wanner (2): ASoC: dt-bindings: atmel-classd: Convert to json-schema ASoC: dt-bindings: atmel-classd: PDMIC convert to json-schema .../bindings/sound/atmel,sama5d2-classd.yaml | 100 ++++++++++++++++++ .../bindings/sound/atmel,sama5d2-pdmic.yaml | 98 +++++++++++++++++ .../bindings/sound/atmel-classd.txt | 55 ---------- .../devicetree/bindings/sound/atmel-pdmic.txt | 55 ---------- 4 files changed, 198 insertions(+), 110 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/atmel,sama5d2-classd.yaml create mode 100644 Documentation/devicetree/bindings/sound/atmel,sama5d2-pdmic.yaml delete mode 100644 Documentation/devicetree/bindings/sound/atmel-classd.txt delete mode 100644 Documentation/devicetree/bindings/sound/atmel-pdmic.txt -- 2.34.1