mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
firmware: rockchip_sip: add sip macro for scmi
Change-Id: I1f3d3be1021ff791411928df01b40f4621d9f4e2 Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
a69e0de060
commit
8a6bede582
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user