Browse Source

arm64: dts: ti: k3-j721e-main: Add ti,notdpkt flag to sa2ul psil-config

SA2UL can not handle the teardown completion message, UDMA should suppress
sending it after the teardown completed.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Peter Ujfalusi 6 years ago
parent
commit
92f21d2b14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

+ 3 - 0
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

@@ -531,18 +531,21 @@
 			linux,udma-mode = <UDMA_PKT_MODE>;
 			ti,needs-epib;
 			ti,psd-size = <64>;
+			ti,notdpkt;
 		};
 
 		ti,psil-config1 {
 			linux,udma-mode = <UDMA_PKT_MODE>;
 			ti,needs-epib;
 			ti,psd-size = <64>;
+			ti,notdpkt;
 		};
 
 		ti,psil-config2 {
 			linux,udma-mode = <UDMA_PKT_MODE>;
 			ti,needs-epib;
 			ti,psd-size = <64>;
+			ti,notdpkt;
 		};
 
 		main_eip76d_trng: trng@4e10000 {