soc: qcom: socinfo: Add support for kona iot soc-id

Add socinfo support for kona-iot Soc and update the bindings
for the same.

Change-Id: I6ea7bef28c4427c3393435887d5690f7fcc0e3b3
Signed-off-by: Xiao Li <xiaolee@codeaurora.org>
This commit is contained in:
Xiao Li
2020-11-18 21:01:25 +08:00
committed by Gerrit - the friendly Code Review server
parent c2fb4f3958
commit 2c76acb30b

View File

@@ -322,6 +322,7 @@ static struct msm_soc_info cpu_of_id[] = {
/* kona ID */ /* kona ID */
[356] = {MSM_CPU_KONA, "KONA"}, [356] = {MSM_CPU_KONA, "KONA"},
[455] = {MSM_CPU_KONA, "KONA"}, [455] = {MSM_CPU_KONA, "KONA"},
[496] = {MSM_CPU_KONA, "KONA"},
/* Lito ID */ /* Lito ID */
[400] = {MSM_CPU_LITO, "LITO"}, [400] = {MSM_CPU_LITO, "LITO"},