Commit 9e9eb85e authored by Cristian Ciocaltea's avatar Cristian Ciocaltea Committed by Vinod Koul
Browse files

dt-bindings: dma: owl: Add compatible string for Actions Semi S500 SoC



Add a new compatible string corresponding to the DMA controller found
in the S500 variant of the Actions Semi Owl SoCs family. Additionally,
order the entries alphabetically.

Signed-off-by: default avatarCristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/2bd23ef5dad5dd613006c20d714b1be3c4d38e7a.1609263738.git.cristian.ciocaltea@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 5c8fe583
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -8,8 +8,8 @@ title: Actions Semi Owl SoCs DMA controller


description: |
description: |
  The OWL DMA is a general-purpose direct memory access controller capable of
  The OWL DMA is a general-purpose direct memory access controller capable of
  supporting 10 and 12 independent DMA channels for S700 and S900 SoCs
  supporting 10 independent DMA channels for the Actions Semi S700 SoC and 12
  respectively.
  independent DMA channels for the S500 and S900 SoC variants.


maintainers:
maintainers:
  - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
@@ -20,8 +20,9 @@ allOf:
properties:
properties:
  compatible:
  compatible:
    enum:
    enum:
      - actions,s900-dma
      - actions,s500-dma
      - actions,s700-dma
      - actions,s700-dma
      - actions,s900-dma


  reg:
  reg:
    maxItems: 1
    maxItems: 1