soc: qcom: socinfo: Add soc information for Holi

Add SOC ID to support socinfo for Holi SOC.

Change-Id: Ic27b749b32df70ed0ad5ce7259eddf9c812e5fcd
Signed-off-by: Yogesh Lal <ylal@codeaurora.org>
This commit is contained in:
Yogesh Lal 2020-03-31 09:53:17 +05:30 committed by Gerrit - the friendly Code Review server
parent 47faf1fbf4
commit 67a605c70d

View File

@ -650,6 +650,7 @@ static const struct soc_id soc_id[] = {
{ 356, "KONA" },
{ 415, "LAHAINA" },
{ 450, "SHIMA" },
{ 454, "HOLI" },
};
static struct qcom_socinfo *qsocinfo;