提交 6af57737 编写于 作者: K Kedareswara rao Appana 提交者: Michal Simek

ARM64: zynqmp: Add description for LPDDMA channel usage

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: NSai Pavan Boddu <saipava@xilinx.com>
Signed-off-by: NKedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 b976fd63
...@@ -421,7 +421,10 @@ ...@@ -421,7 +421,10 @@
power-domains = <&pd_gpu>; 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 { lpd_dma_chan1: dma@ffa80000 {
status = "disabled"; status = "disabled";
compatible = "xlnx,zynqmp-dma-1.0"; compatible = "xlnx,zynqmp-dma-1.0";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册