From f6e70b0e4ee0c2b711f58aca7ef2831b37d12728 Mon Sep 17 00:00:00 2001 From: Jianqun Xu Date: Tue, 20 Oct 2015 08:39:16 +0800 Subject: [PATCH] ARM: rockchip-psci: add function id for secure memory set Change-Id: I73c0b2c603a4b72f07804c684cd89bc82e5529c4 Signed-off-by: Jianqun Xu --- include/linux/rockchip/psci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/rockchip/psci.h b/include/linux/rockchip/psci.h index 5a2111031e52..2ce8ae73e4cd 100644 --- a/include/linux/rockchip/psci.h +++ b/include/linux/rockchip/psci.h @@ -21,6 +21,7 @@ #define PSCI_SIP_UARTDBG_CFG (0x82000005) #define PSCI_SIP_UARTDBG_CFG64 (0xc2000005) #define PSCI_SIP_EL3FIQ_CFG (0x82000006) +#define PSCI_SIP_SMEM_CONFIG (0x82000007) /* * pcsi smc funciton err code -- 2.34.1