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

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: socfpga: agilex5: Add dma-coherent property

Add the `dma-coherent` property to these device nodes to inform the
kernel and DMA subsystem that the devices support hardware-managed
cache coherence.

Changes:
- Add `dma-coherent` to `cdns,hp-nfc`
- Add `dma-coherent` to both `snps,axi-dma-1.01a` instances
(dmac0, dmac1)

This aligns the Agilex5 device tree with the coherent DMA-capable
devices accordingly.

Signed-off-by: Khairul Anuar Romli <khairul.anuar.romli@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Khairul Anuar Romli and committed by
Dinh Nguyen
8c4caab0 8f0b4cce

+3
+3
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
··· 312 312 clock-names = "nf_clk"; 313 313 cdns,board-delay-ps = <4830>; 314 314 iommus = <&smmu 4>; 315 + dma-coherent; 315 316 status = "disabled"; 316 317 }; 317 318 ··· 340 339 snps,priority = <0 1 2 3>; 341 340 snps,axi-max-burst-len = <8>; 342 341 iommus = <&smmu 8>; 342 + dma-coherent; 343 343 }; 344 344 345 345 dmac1: dma-controller@10dc0000 { ··· 359 357 snps,priority = <0 1 2 3>; 360 358 snps,axi-max-burst-len = <8>; 361 359 iommus = <&smmu 9>; 360 + dma-coherent; 362 361 }; 363 362 364 363 rst: rstmgr@10d11000 {