msm: qcom: Add hwspinlock, socinfo support anorak
Adding support for qcom_hwspinlock, socinfo driver for Anorak. Change-Id: I4183ef176a4213f2c07afc2e9e47f316b3b4309a Signed-off-by: Kamati Srinivas <quic_kamasrin@quicinc.com>
This commit is contained in:
parent
129ce2fe67
commit
5512a780e0
3
arch/arm64/configs/vendor/anorak.config
vendored
3
arch/arm64/configs/vendor/anorak.config
vendored
@ -42,6 +42,7 @@ CONFIG_GH_RM_DRV=m
|
||||
CONFIG_GUNYAH_DRIVERS=y
|
||||
# CONFIG_GUNYAH_VSOCKETS is not set
|
||||
# CONFIG_HVC_GUNYAH is not set
|
||||
CONFIG_HWSPINLOCK_QCOM=m
|
||||
# CONFIG_I2C_MSM_GENI is not set
|
||||
CONFIG_INTERCONNECT_QCOM=m
|
||||
CONFIG_INTERCONNECT_QCOM_ANORAK=m
|
||||
@ -185,7 +186,7 @@ CONFIG_QCOM_SMEM=m
|
||||
CONFIG_QCOM_SMP2P=m
|
||||
CONFIG_QCOM_SMP2P_SLEEPSTATE=m
|
||||
# CONFIG_QCOM_SMSM is not set
|
||||
# CONFIG_QCOM_SOCINFO is not set
|
||||
CONFIG_QCOM_SOCINFO=m
|
||||
# CONFIG_QCOM_SPSS is not set
|
||||
# CONFIG_QCOM_SUBSYSTEM_SLEEP_STATS is not set
|
||||
# CONFIG_QCOM_SYSMON_SUBSYSTEM_STATS is not set
|
||||
|
@ -787,6 +787,7 @@ static const struct soc_id soc_id[] = {
|
||||
{ 552, "WAIPIO-LTE" },
|
||||
{ 554, "NEO-LA" },
|
||||
{ 568, "RAVELIN" },
|
||||
{ 549, "ANORAK" },
|
||||
};
|
||||
|
||||
static struct qcom_socinfo *qsocinfo;
|
||||
|
@ -33,6 +33,7 @@ qmi_helpers.ko
|
||||
qcom_hwspinlock.ko
|
||||
qrtr.ko
|
||||
smem.ko
|
||||
socinfo.ko
|
||||
msm_qmp.ko
|
||||
qcom_aoss.ko
|
||||
ns.ko
|
||||
|
Loading…
Reference in New Issue
Block a user