mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
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: Sai Pavan Boddu <saipava@xilinx.com> Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
b976fd636e
commit
6af5773700
1 changed files with 4 additions and 1 deletions
|
@ -421,7 +421,10 @@
|
|||
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";
|
||||
|
|
Loading…
Add table
Reference in a new issue