arm64: dts: NS2: Add dma-coherent to relevant DT entries
Cache related issues with DMA rings and performance issues related to
caching are being caused by not properly setting the "dma-coherent" flag
in the device tree entries. Adding it here to correct the issue.
Signed-off-by: Jon Mason <jon.mason@broadcom.com> Fixes: 4c2578b2d ("arm64: dts: Add PCIe0 and PCIe4 DT nodes for NS2") Fixes: a33bcb071 ("arm64: dts: NS2: add AMAC ethernet support") Fixes: 9956d2e12 ("arm64: dts: Add Broadcom Northstar2 device tree entries for PDC driver") Fixes: c9930e454 ("arm64: dts: Add SATA3 AHCI and SATA3 PHY DT nodes for NS2") Fixes: 70cd66619 ("arm64: dts: Add SDHCI DT node for NS2") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>