]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent
authorVignesh Raghavendra <vigneshr@ti.com>
Mon, 10 May 2021 18:06:01 +0000 (23:36 +0530)
committerNishanth Menon <nm@ti.com>
Fri, 14 May 2021 17:47:09 +0000 (12:47 -0500)
Traffic through main NAVSS interconnect is coherent wrt ARM caches on
J7200 SoC.  Add missing dma-coherent property to main_navss node.

Also add dma-ranges to be consistent with mcu_navss node
and with AM65/J721e main_navss and mcu_navss nodes.

Fixes: d361ed88455fe ("arm64: dts: ti: Add support for J7200 SoC")
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210510180601.19458-1-vigneshr@ti.com
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi

index f86c493a44f1cfa9f3f0b2e211b169943b818020..a6826f1888ef0f1c9a7550fd270cdb143722d0dc 100644 (file)
@@ -85,6 +85,8 @@
                #size-cells = <2>;
                ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
                ti,sci-dev-id = <199>;
+               dma-coherent;
+               dma-ranges;
 
                main_navss_intr: interrupt-controller1 {
                        compatible = "ti,sci-intr";