ARM64: zynqmp: Add description for LPDDMA channel usage
authorKedareswara rao Appana <appana.durga.rao@xilinx.com>
Fri, 9 Sep 2016 07:06:01 +0000 (12:36 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 15 Nov 2016 14:30:40 +0000 (15:30 +0100)
LPDDMA default allows only secured access.
inorder to enable these dma channels,
one should ensure that it allows non secure access.
This patch updates the same.

Reported-by: Sai Pavan Boddu <saipava@xilinx.com>
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp.dtsi

index f67238e..aeeccbf 100644 (file)
                        power-domains = <&pd_gpu>;
                };
 
-               /* ADMA */
+               /* LPDDMA default allows only secured access. inorder to enable
+                * These dma channels, Users should ensure that these dma
+                * Channels are allowed for non secure access.
+                */
                lpd_dma_chan1: dma@ffa80000 {
                        status = "disabled";
                        compatible = "xlnx,zynqmp-dma-1.0";