arm64: tegra: Add dma-coherent for Tegra194 VIC
DMA operations for the Tegra194 Video Image Compositor (VIC) are coherent and so populate the 'dma-coherent' property. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
553f07360e
commit
a52280c844
|
|
@ -1811,6 +1811,7 @@
|
|||
<&mc TEGRA194_MEMORY_CLIENT_VICSWR &emc>;
|
||||
interconnect-names = "dma-mem", "write";
|
||||
iommus = <&smmu TEGRA194_SID_VIC>;
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
nvjpg@15380000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue