Commit 69d2d253 authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Bjorn Andersson
Browse files

soc: qcom: socinfo: add sdm845 and sda845 soc ids



This patch adds missing soc ids for sdm845 and sda845

Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 66e6a633
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)