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:
Rajan Vaja 2018-01-30 03:59:23 -08:00 committed by Siva Durga Prasad Paladugu
parent 88d02c4aea
commit 85dc2d4dae
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
{