From: Tommaso Merciai Date: Tue, 17 Feb 2026 16:23:46 +0000 (+0100) Subject: spi: dt-bindings: renesas,rzv2h-rspi: Document dmas property X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2edd7841f58cf228347b91256f0d9efcc1a1f50;p=thirdparty%2Flinux.git spi: dt-bindings: renesas,rzv2h-rspi: Document dmas property Document the dmas property to state it must be specified as TX/RX DMA specifier pairs. This clarifies the expected ordering and improves binding readability without changing behavior. Signed-off-by: Tommaso Merciai Reviewed-by: Geert Uytterhoeven Link: https://patch.msgid.link/ea6ed3b82c5a326732adfc0fcdb2922bfcad2591.1771344527.git.tommaso.merciai.xr@bp.renesas.com Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml b/Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml index cf8b733b766d7..d6a5338d65215 100644 --- a/Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml +++ b/Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml @@ -60,6 +60,9 @@ properties: dmas: minItems: 2 maxItems: 10 + description: + Must contain a list of pairs of references to DMA specifiers, one for + transmission, and one for reception. dma-names: minItems: 2