zynqmp: pm: adds new pm ID to sync with PMUFW ID numbers

This patch adds a new pm ID to sync with PMUFW ID numbers.

Signed-off-by: Nava kishore Manne <navam@xilinx.com>
This commit is contained in:
Nava kishore Manne 2016-08-20 23:11:11 +05:30 committed by Soren Brinkmann
parent 4fe0f4be7d
commit f7d4bfc2bf
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ enum pm_api_id {
PM_RESET_GET_STATUS,
PM_MMIO_WRITE,
PM_MMIO_READ,
PM_INIT,
PM_API_MAX
};