Re: [PATCH v7 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.dmaengine,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260725-massive-meteoric-guppy-70569b@quoll> |
On Fri, Jul 24, 2026 at 03:50:47PM +0530, Sai Sree Kartheek Adivi wrote: > + cell 2: ASEL value for the channel > + > + interrupts: > + minItems: 78 Drop > + maxItems: 78 > + description: > + Interrupts for DMA channels. > + > + interrupt-names: > + minItems: 78 Drop > + maxItems: 78 > + items: > + pattern: "^(t|r)flow([0-9]|1[0-3]|1[6-9]|2[0-9]|3[0-9]|4[0-7]|6[4-9]|7[0-9]|9[6-9]|10[0-9]|11[01])$" > + description: > + The name of the interrupt corresponding to the DMA flow. > + TX flows use the "tflow" prefix, RX flows use the "rflow" prefix.a This could be tx-123, instead of tflow123 (and same for rx- instead of rflow), feels more readable, but not really important. Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof