zynqmp: pm: Update API version to 1.0
authorJolly Shah <jollys@xilinx.com>
Wed, 7 Feb 2018 23:37:01 +0000 (15:37 -0800)
committerJolly Shah <jollys@xilinx.com>
Thu, 15 Mar 2018 17:24:04 +0000 (10:24 -0700)
With new EEMI APIs addition, version is updated to 1.0

Signed-off-by: Jolly Shah <jollys@xilinx.com>
plat/xilinx/zynqmp/pm_service/pm_defs.h

index 45a92e95442e61276cc8f59964ac42415b151f75..0c46e7334fd0f1099d62ef4f3b752445ea38b27a 100644 (file)
@@ -17,8 +17,8 @@
  * Version number is a 32bit value, like:
  * (PM_VERSION_MAJOR << 16) | PM_VERSION_MINOR
  */
-#define PM_VERSION_MAJOR       0
-#define PM_VERSION_MINOR       2
+#define PM_VERSION_MAJOR       1
+#define PM_VERSION_MINOR       0
 
 #define PM_VERSION     ((PM_VERSION_MAJOR << 16) | PM_VERSION_MINOR)