On Mon, 03 Feb 2025 11:48:09 +0530, Charan Pedumuru wrote: > From: Durai Manickam KR <durai.manickamkr@xxxxxxxxxxxxx> > > Add a description, required properties, appropriate compatibles and > missing properties like clocks and clock-names which are not defined in > the text binding for all the SoCs that are supported by microchip. > Update the text binding name `atmel-dma.txt` to > `atmel,at91sam9g45-dma.yaml` for the files which reference to > `atmel-dma.txt`. Drop Tudor name from maintainers. > > Signed-off-by: Durai Manickam KR <durai.manickamkr@xxxxxxxxxxxxx> > Signed-off-by: Charan Pedumuru <charan.pedumuru@xxxxxxxxxxxxx> > --- > Changes in v4: > - Modified the description for #dma-cells property. > - Link to v3: https://lore.kernel.org/r/20250127-test-v3-1-1b5f5b3f64fc@xxxxxxxxxxxxx > > Changes in v3: > - Renamed the text binding name `atmel-dma.txt` to > `atmel,at91sam9g45-dma.yaml` for the files which reference to > `atmel-dma.txt`. > - Removed `oneOf` and add a blank line in properties. > - Dropped Tudor name from maintainers. > - Link to v2: https://lore.kernel.org/r/20250123-dma-v1-1-054f1a77e733@xxxxxxxxxxxxx > > Changes in v2: > - Renamed the yaml file to a compatible. > - Removed `|` and description for common properties. > - Modified the commit message. > - Dropped the label for the node in examples. > - Link to v1: https://lore.kernel.org/all/20240215-dmac-v1-1-8f1c6f031c98@xxxxxxxxxxxxx > --- > .../bindings/dma/atmel,at91sam9g45-dma.yaml | 68 ++++++++++++++++++++++ > .../devicetree/bindings/dma/atmel-dma.txt | 42 ------------- > .../devicetree/bindings/misc/atmel-ssc.txt | 2 +- > MAINTAINERS | 2 +- > 4 files changed, 70 insertions(+), 44 deletions(-) > Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>