From 2c76acb30b8ac54993cb6ac80abcc3dad28e8c4d Mon Sep 17 00:00:00 2001 From: Xiao Li Date: Wed, 18 Nov 2020 21:01:25 +0800 Subject: [PATCH] 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 --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 57610ad1010c..2a378148e6cd 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -322,6 +322,7 @@ static struct msm_soc_info cpu_of_id[] = { /* kona ID */ [356] = {MSM_CPU_KONA, "KONA"}, [455] = {MSM_CPU_KONA, "KONA"}, + [496] = {MSM_CPU_KONA, "KONA"}, /* Lito ID */ [400] = {MSM_CPU_LITO, "LITO"},