Skip to content

Commit 52ae30f

Browse files
r-vigneshnmenon
authored andcommitted
arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent
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: d361ed8 ("arm64: dts: ti: Add support for J7200 SoC") Signed-off-by: Vignesh Raghavendra <[email protected]> Reviewed-by: Peter Ujfalusi <[email protected]> Signed-off-by: Nishanth Menon <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent df61cd9 commit 52ae30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/ti/k3-j7200-main.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
#size-cells = <2>;
8686
ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
8787
ti,sci-dev-id = <199>;
88+
dma-coherent;
89+
dma-ranges;
8890

8991
main_navss_intr: interrupt-controller1 {
9092
compatible = "ti,sci-intr";

0 commit comments

Comments
 (0)