This series converts the folling Xilinx device tree binding documentation:
- xlnx,i2s
- xlnx,audio-formatter
- xlnx,spdif
to json-schema.
To simplify the testing a linux tree rebased on 6.13-rc4 is accessible
at [1].
[1] https://codeberg.org/vincenzo/linux/src/branch/xlnx/dt-bindings/v6
Note: These bindings are required for future work on the ARM Morello
Platforms device tree.
Cc: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Cc: Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Changes
=======
v6:
- Address review comments.
- Rebase on the latest master.
v5:
- Address review comments.
v4:
- Address review comments.
v3:
- Address an issue with the MAINTAINERS file reported by the kernel
test robot.
v2:
- Address review comments.
- Rebase on 6.14-rc4.
Vincenzo Frascino (4):
ASoC: dt-bindings: xlnx,i2s: Convert to json-schema
ASoC: dt-bindings: xlnx,audio-formatter: Convert to json-schema
ASoC: dt-bindings: xlnx,spdif: Convert to json-schema
MAINTAINERS: Add Vincenzo Frascino as Xilinx Sound Driver Maintainer
.../bindings/sound/xlnx,audio-formatter.txt | 29 -------
.../bindings/sound/xlnx,audio-formatter.yaml | 72 +++++++++++++++++
.../devicetree/bindings/sound/xlnx,i2s.txt | 28 -------
.../devicetree/bindings/sound/xlnx,i2s.yaml | 65 ++++++++++++++++
.../devicetree/bindings/sound/xlnx,spdif.txt | 28 -------
.../devicetree/bindings/sound/xlnx,spdif.yaml | 77 +++++++++++++++++++
MAINTAINERS | 8 ++
7 files changed, 222 insertions(+), 85 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.txt
create mode 100644 Documentation/devicetree/bindings/sound/xlnx,audio-formatter.yaml
delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,i2s.txt
create mode 100644 Documentation/devicetree/bindings/sound/xlnx,i2s.yaml
delete mode 100644 Documentation/devicetree/bindings/sound/xlnx,spdif.txt
create mode 100644 Documentation/devicetree/bindings/sound/xlnx,spdif.yaml
--
2.43.0