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: 01a630310 ("arm64: dts: Add PCIe0 and PCIe4 DT nodes for NS2") Fixes: b427d3f46 ("arm64: dts: NS2: add AMAC ethernet support") Fixes: 92f74e8b2 ("arm64: dts: Add Broadcom Northstar2 device tree entries for PDC driver") Fixes: 4809211bb ("arm64: dts: Add SATA3 AHCI and SATA3 PHY DT nodes for NS2") Fixes: fb163ab4f ("arm64: dts: Add SDHCI DT node for NS2") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>