PMUFW: PM: Modified serial ordering of PM API ids

This patch removes the gap in serial numbering of PM API ids
between PM_SET_MAX_LATENCY and PM_RESET_ASSERT defined in
pm_defs.h

Signed-off-by: Rohit Fule <rohitf@xilinx.com>
Tested-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: Jyotheeswar Reddy Mutthareddyvari <jyothee@xilinx.com>
This commit is contained in:
Rohit Fule 2015-08-05 08:42:10 -07:00 committed by Nava kishore Manne
parent 652be149c6
commit 6c9a54d19b
2 changed files with 5 additions and 5 deletions

View file

@ -84,10 +84,10 @@
#define PM_SET_REQUIREMENT 15U
#define PM_SET_MAX_LATENCY 16U
#define PM_RESET_ASSERT 22U
#define PM_RESET_GET_STATUS 23U
#define PM_MMIO_WRITE 24U
#define PM_MMIO_READ 25U
#define PM_RESET_ASSERT 17U
#define PM_RESET_GET_STATUS 18U
#define PM_MMIO_WRITE 19U
#define PM_MMIO_READ 20U
#define PM_API_MIN PM_GET_API_VERSION
#define PM_API_MAX PM_MMIO_READ

View file

@ -1,4 +1,4 @@
#ifndef ZYNQMP_XPFW_VERSION__H_
#define ZYNQMP_XPFW_VERSION__H_
#define ZYNQMP_XPFW_VERSION "2015.1-swbeta2-51-g520e2f4d096c"
#define ZYNQMP_XPFW_VERSION "2015.1-swbeta2-53-g20bb8d5c123c"
#endif