]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dt-bindings: dma: atmel: Convert to json schema
authorCharan Pedumuru <charan.pedumuru@microchip.com>
Thu, 5 Dec 2024 09:56:18 +0000 (15:26 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 24 Dec 2024 10:37:00 +0000 (16:07 +0530)
commit5d6670033a67b288ffbaa0774966f356b9c4ba5d
tree0198c0852af96e214088cfd950a44dbafd45f98b
parent54e09c8e2d3b0b7d603a64368fa49fe2a8031dd1
dt-bindings: dma: atmel: Convert to json schema

Convert old text based binding to json schema.
Changes during conversion:
- Add the required properties `clock` and `clock-names`, which were
  missing in the original binding.
- Add a fallback for `microchip,sam9x7-dma` and `microchip,sam9x60-dma`
  as they are compatible with the dma IP core on `atmel,sama5d4-dma`.
- Update examples and include appropriate file directives to resolve
  errors identified by `dt_binding_check` and `dtbs_check`.

Signed-off-by: Charan Pedumuru <charan.pedumuru@microchip.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20241205-xdma-v1-1-76a4a44670b5@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/atmel,sama5d4-dma.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/dma/atmel-xdma.txt [deleted file]