Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/2bd23ef5dad5dd613006c20d714b1be3c4d38e7a.1609263738.git.cristian.ciocaltea@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Cristian Ciocaltea and committed by
Vinod Koul
9e9eb85e 5c8fe583

+4 -3
+4 -3
Documentation/devicetree/bindings/dma/owl-dma.yaml
··· 8 8 9 9 description: | 10 10 The OWL DMA is a general-purpose direct memory access controller capable of 11 - supporting 10 and 12 independent DMA channels for S700 and S900 SoCs 12 - respectively. 11 + supporting 10 independent DMA channels for the Actions Semi S700 SoC and 12 12 + independent DMA channels for the S500 and S900 SoC variants. 13 13 14 14 maintainers: 15 15 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> ··· 20 20 properties: 21 21 compatible: 22 22 enum: 23 - - actions,s900-dma 23 + - actions,s500-dma 24 24 - actions,s700-dma 25 + - actions,s900-dma 25 26 26 27 reg: 27 28 maxItems: 1