forked from Xilinx/linux-xlnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remoteproc: zynqmp_r5: Allow multiple pd_ids for single mem pool
When remoteproc in lockstep mode, the TCM memories are viewed as contiguous. And thus, there should be just a single memory pool for the 4 TCMs. However, each TCM has its own power domain ID. Here is the representation of RPU lockstep TCM in device tree: r5_tcm: tcm@ffe00000 { compatible = "mmio-sram"; reg = <0 0xFFE00000 0x0 0x40000>; pd-handle = <&pd_tcm_0_a &pd_tcm_0_b &pd_tcm_1_a &pd_tcm_1_b>; }; This patch is to allow a single firmware memory to have multiple power domain ids. Signed-off-by: Wendy Liang <[email protected]> Signed-off-by: Michal Simek <[email protected]>
- Loading branch information
Wendy Liang
authored and
Michal Simek
committed
Apr 18, 2017
1 parent
fcb6a67
commit 8738512
Showing
1 changed file
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters