Merge "reset: Use correct scm id for pshold"
diff --git a/include/configs/ipq6018.h b/include/configs/ipq6018.h
index 52d1c6e..23a4734 100644
--- a/include/configs/ipq6018.h
+++ b/include/configs/ipq6018.h
@@ -296,7 +296,7 @@
#define CLEAR_MAGIC 0x0
#define SCM_CMD_TZ_CONFIG_HW_FOR_RAM_DUMP_ID 0x9
#define SCM_CMD_TZ_FORCE_DLOAD_ID 0x10
-#define SCM_CMD_TZ_PSHOLD 0x15
+#define SCM_CMD_TZ_PSHOLD 0x16
#define BOOT_VERSION 0
#define TZ_VERSION 1
#define RPM_VERSION 3
diff --git a/include/configs/ipq807x.h b/include/configs/ipq807x.h
index 819e67a..b7d8bf3 100644
--- a/include/configs/ipq807x.h
+++ b/include/configs/ipq807x.h
@@ -262,7 +262,7 @@
#define CLEAR_MAGIC 0x0
#define SCM_CMD_TZ_CONFIG_HW_FOR_RAM_DUMP_ID 0x9
#define SCM_CMD_TZ_FORCE_DLOAD_ID 0x10
-#define SCM_CMD_TZ_PSHOLD 0x15
+#define SCM_CMD_TZ_PSHOLD 0x16
#define BOOT_VERSION 0
#define TZ_VERSION 1
#define RPM_VERSION 3