soc: qcom: socinfo: add sdm845 and sda845 soc ids
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 12 Sep 2019 09:10:56 +0000 (10:10 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 2 Oct 2019 04:40:01 +0000 (21:40 -0700)
This patch adds missing soc ids for sdm845 and sda845

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/soc/qcom/socinfo.c

index a39ea50..7864b75 100644 (file)
@@ -198,6 +198,8 @@ static const struct soc_id soc_id[] = {
        { 310, "MSM8996AU" },
        { 311, "APQ8096AU" },
        { 312, "APQ8096SG" },
+       { 321, "SDM845" },
+       { 341, "SDA845" },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)