sw_services:xilpm: Modified serial ordering of PM_API ids
This patch removes clock related PM API ids defined in pm_defs.h under sw_services and reassigns ids in serial order. Signed-off-by: Rohit Fule <rohitf@xilinx.com> Acked-by: Jyotheeswar Reddy Mutthareddyvari <jyothee@xilinx.com>
This commit is contained in:
parent
61bd977834
commit
652be149c6
1 changed files with 2 additions and 7 deletions
|
@ -66,19 +66,14 @@ enum XPmApiId {
|
|||
PM_SET_REQUIREMENT,
|
||||
PM_SET_MAX_LATENCY,
|
||||
/* Direct control API functions: */
|
||||
PM_CLOCK_REQUEST,
|
||||
PM_CLOCK_RELEASE,
|
||||
PM_CLOCK_SET_RATE,
|
||||
PM_CLOCK_GET_RATE,
|
||||
PM_CLOCK_GET_RATE_INFO,
|
||||
PM_RESET_ASSERT,
|
||||
PM_RESET_GET_STATUS,
|
||||
PM_MMIO_WRITE,
|
||||
PM_MMIO_READ,
|
||||
};
|
||||
|
||||
#define PM_API_MIN 1
|
||||
#define PM_API_MAX 25
|
||||
#define PM_API_MIN PM_GET_API_VERSION
|
||||
#define PM_API_MAX PM_MMIO_READ
|
||||
|
||||
enum XPmApiCbId {
|
||||
PM_INIT_SUSPEND_CB = 30,
|
||||
|
|
Loading…
Add table
Reference in a new issue