Commit 6ec29d40 authored by Inochi Amaoto's avatar Inochi Amaoto Committed by Vinod Koul
Browse files

dt-bindings: dma: snps,dw-axi-dmac: Allow devices to be marked as noncoherent



A RISC-V platform can have both DMA coherent/noncoherent devices.
Since the RISC-V architecture is marked coherent, devices should
be marked as noncoherent when coherent devices exist.

Add dma-noncoherent property for snps,dw-axi-dmac device. It will
be used on SG2044, and it has other coherent devices.

Signed-off-by: default avatarInochi Amaoto <inochiama@gmail.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250303065649.937233-1-inochiama@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent e87ca16e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -59,6 +59,8 @@ properties:
    minimum: 1
    maximum: 8

  dma-noncoherent: true

  resets:
    minItems: 1
    maxItems: 2