On 2/16/2026 5:10 PM, Krzysztof Kozlowski wrote:
On 16/02/2026 16:02, Larisa Grigore wrote:
From: Radu Pirea <[email protected]>
Add 'dmas' and 'dma-names' properties to describe optional DMA support
for RX and TX channels in the LINFlexD UART controller.
Same question as in other patch about existing devices.
I will update the bindings so that `dmas`/`dma-names` are optional for
S32G and not present on S32V234. Would this be acceptable?
Thanks,
Larisa
This allows the device tree to specify DMA channels used for UART data
transfers. If not specified, the driver will fall to interrupt-based
operations.
Signed-off-by: Radu Pirea <[email protected]>
Co-developed-by: Larisa Grigore <[email protected]>
Signed-off-by: Larisa Grigore <[email protected]>
---
Best regards,
Krzysztof