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

dt-bindings: dmaengine: Introduce RZN1 DMA compatible

Just like for the NAND controller that is also on this SoC, let's
provide a SoC generic and a more specific couple of compatibles for the
DMA controller.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20220427095653.91804-4-miquel.raynal@bootlin.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Miquel Raynal and committed by
Vinod Koul
7ac92262 ad73c629

+7 -1
+7 -1
Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - const: snps,dma-spear1340 18 + oneOf: 19 + - const: snps,dma-spear1340 20 + - items: 21 + - enum: 22 + - renesas,r9a06g032-dma 23 + - const: renesas,rzn1-dma 24 + 19 25 20 26 "#dma-cells": 21 27 minimum: 3