From: Boojin Kim Date: Wed, 24 Jan 2018 12:55:30 +0000 (+0900) Subject: [COMMON] smc: add smc call for FMP X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0629c365fab12735c603d5947582bc68a79d256e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] smc: add smc call for FMP Change-Id: I616270ac95e0375222010d88cd6bf9470eee2ac8 Signed-off-by: Boojin Kim --- diff --git a/include/linux/smc.h b/include/linux/smc.h index 577191fac51c..f38ecbaa1ef5 100755 --- a/include/linux/smc.h +++ b/include/linux/smc.h @@ -49,6 +49,16 @@ #define SMC_CMD_FMP_SMU_DUMP (0xC2001870) #define SMC_CMD_UFS_LOG (0xC2001880) +/* For FMP/SMU Ctrl */ +#define SMC_CMD_FMP_SECURITY (0xC2001810) +#define SMC_CMD_FMP_DISK_KEY_STORED (0xC2001820) +#define SMC_CMD_FMP_DISK_KEY_SET (0xC2001830) +#define SMC_CMD_FMP_DISK_KEY_CLEAR (0xC2001840) +#define SMC_CMD_SMU (0xC2001850) +#define SMC_CMD_FMP_SMU_RESUME (0xC2001860) +#define SMC_CMD_FMP_SMU_DUMP (0xC2001870) +#define SMC_CMD_UFS_LOG (0xC2001880) + /* Command ID for smc */ #define SMC_PROTECTION_SET (0x82002010) #define SMC_DRM_FW_LOADING (0x82002011)