From: Robert Marko Date: Mon, 17 May 2021 12:00:34 +0000 (+0200) Subject: soc: qcom: socinfo: Add remaining IPQ6018 family ID-s X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e365257547ec789a8b54e7b33bbb9e0f5506de74;p=linux.git soc: qcom: socinfo: Add remaining IPQ6018 family ID-s ID for IPQ6018 was previously added, but ID-s for rest of the family are missing. So, lets add those based on downstream driver. Signed-off-by: Robert Marko Reviewed-by: Kathiravan T Link: https://lore.kernel.org/r/20210517120034.3975027-1-robert.marko@sartura.hr Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index c52145e92f030..6d38f4b603bd3 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -256,7 +256,11 @@ static const struct soc_id soc_id[] = { { 356, "SM8250" }, { 394, "SM6125" }, { 402, "IPQ6018" }, + { 403, "IPQ6028" }, + { 421, "IPQ6000" }, + { 422, "IPQ6010" }, { 425, "SC7180" }, + { 453, "IPQ6005" }, { 455, "QRB5165" }, };