Commit 96d69865 authored by Jolly Shah's avatar Jolly Shah
Browse files

zynqmp: pm: Update API version to 1.0



With new EEMI APIs addition, version is updated to 1.0
Signed-off-by: default avatarJolly Shah <jollys@xilinx.com>
parent 3077f8d9
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* Version number is a 32bit value, like: * Version number is a 32bit value, like:
* (PM_VERSION_MAJOR << 16) | PM_VERSION_MINOR * (PM_VERSION_MAJOR << 16) | PM_VERSION_MINOR
*/ */
#define PM_VERSION_MAJOR 0 #define PM_VERSION_MAJOR 1
#define PM_VERSION_MINOR 2 #define PM_VERSION_MINOR 0
#define PM_VERSION ((PM_VERSION_MAJOR << 16) | PM_VERSION_MINOR) #define PM_VERSION ((PM_VERSION_MAJOR << 16) | PM_VERSION_MINOR)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment