From 8a6bede582e2e29cc918ec71a018fb0d20e8c735 Mon Sep 17 00:00:00 2001 From: XiaoDong Huang Date: Tue, 29 Dec 2020 16:27:03 +0800 Subject: [PATCH] firmware: rockchip_sip: add sip macro for scmi Change-Id: I1f3d3be1021ff791411928df01b40f4621d9f4e2 Signed-off-by: XiaoDong Huang --- include/linux/rockchip/rockchip_sip.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/linux/rockchip/rockchip_sip.h b/include/linux/rockchip/rockchip_sip.h index b9592189af72..0ff4acb64823 100644 --- a/include/linux/rockchip/rockchip_sip.h +++ b/include/linux/rockchip/rockchip_sip.h @@ -33,6 +33,22 @@ #define PSCI_SIP_VPU_RESET 0x8200000c #define SIP_BUS_CFG 0x8200000d #define SIP_LAST_LOG 0x8200000e +#define SIP_SCMI_AGENT0 0x82000010 +#define SIP_SCMI_AGENT1 0x82000011 +#define SIP_SCMI_AGENT2 0x82000012 +#define SIP_SCMI_AGENT3 0x82000013 +#define SIP_SCMI_AGENT4 0x82000014 +#define SIP_SCMI_AGENT5 0x82000015 +#define SIP_SCMI_AGENT6 0x82000016 +#define SIP_SCMI_AGENT7 0x82000017 +#define SIP_SCMI_AGENT8 0x82000018 +#define SIP_SCMI_AGENT9 0x82000019 +#define SIP_SCMI_AGENT10 0x8200001a +#define SIP_SCMI_AGENT11 0x8200001b +#define SIP_SCMI_AGENT12 0x8200001c +#define SIP_SCMI_AGENT13 0x8200001d +#define SIP_SCMI_AGENT14 0x8200001e +#define SIP_SCMI_AGENT15 0x8200001f /* Rockchip Sip version */ #define SIP_IMPLEMENT_V1 (1)