summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2020-05-10 20:35:56 -0700
committerYe Li <ye.li@nxp.com>2020-05-10 22:19:26 -0700
commite84fb02056fe50146856320b96de909dad4c0058 (patch)
treec3426e33c5d1dec3c4b9a141073097f1fdc7fc78 /arch
parentab351d816b582382baf82c72546d8b7b3618de29 (diff)
MLK-23967 imx8: scu_api: Sync sc_rm_is_pad_owned API change
SCFW has fixed a overflow issue in sc_rm_is_pad_owned API. This requires u-boot to update API implementation, since it will cause compatible issue. Otherwise all pad checking will have problem and cause pad setting not continue. Due to the compatible issue, the new u-boot only works with new SCFW (API version: 1.21). old scfw + old u-boot: API overflow issue old scfw + new u-boot, or new scfw + old u-boot: API compatible issue new scfw + new u-boot: Working Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by : Jason Liu <Jason.hui.liu@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-imx8/sci/rpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sci/rpc.h b/arch/arm/include/asm/arch-imx8/sci/rpc.h
index 5d28943538..a17ddeb01a 100644
--- a/arch/arm/include/asm/arch-imx8/sci/rpc.h
+++ b/arch/arm/include/asm/arch-imx8/sci/rpc.h
@@ -11,7 +11,7 @@
/* Defines */
#define SCFW_API_VERSION_MAJOR 1U
-#define SCFW_API_VERSION_MINOR 16U
+#define SCFW_API_VERSION_MINOR 21U
#define SC_RPC_VERSION 1U