On Mon, 03 Feb 2025 11:11:12 +0200, Andrei Simion wrote: > Convert devicetree binding atmel-ssc.txt to YAML format. > Update the documentation supported file for MICROCHIP SSC DRIVER. > > Signed-off-by: Andrei Simion <andrei.simion@xxxxxxxxxxxxx> > --- > v1 -> v2: > - squash MAINTAINERS patch > - place this yaml in sound directory > - reword the commit title > - reword the commit message > - add #sound-dai-cells const 0 > - add required > - include ref dai-common.yaml# > - fix the logic for the required properties for DMA transfer > - update examples by adding #sound-dai-cells = <0> > - drop unnecessary description > - drop compatible for sam9x7-ssc because is not the intent of the patch > --- > .../devicetree/bindings/misc/atmel-ssc.txt | 50 --------- > .../bindings/sound/atmel,at91-ssc.yaml | 104 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 105 insertions(+), 51 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/misc/atmel-ssc.txt > create mode 100644 Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>