mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-15 17:41:25 +00:00
zynqmp: pm_service: Make PMU IPI-1 channel unsecure
PMU IPI-1 is used for callbacks from PMU to master. Unsecure master can also receive callbacks from PMU, so make PMU IPI-1 as non-secure. All requests from master(s) to PMU would still go on PMU IPI-1 secure channel. Signed-off-by: Rajan Vaja <rajanv@xilinx.com>
This commit is contained in:
committed by
Siva Durga Prasad Paladugu
parent
88d02c4aea
commit
85dc2d4dae
@@ -84,7 +84,7 @@ const static struct zynqmp_ipi_config zynqmp_ipi_table[] = {
|
||||
{
|
||||
.ipi_bit_mask = 0x20000,
|
||||
.ipi_reg_base = 0xFF331000,
|
||||
.secure_only = IPI_SECURE_MASK,
|
||||
.secure_only = 0,
|
||||
},
|
||||
/* PMU2 IPI */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user