Commit d39cec00 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson
Browse files

soc: qcom: socinfo: Add SM6350 and SM7225



Both SoCs are known as 'lagoon' downstream. Add their ids to the socinfo
driver.

Signed-off-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211213081111.20217-1-luca.weiss@fairphone.com
parent 1e20b28d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -313,9 +313,11 @@ static const struct soc_id soc_id[] = {
	{ 421, "IPQ6000" },
	{ 422, "IPQ6010" },
	{ 425, "SC7180" },
	{ 434, "SM6350" },
	{ 453, "IPQ6005" },
	{ 455, "QRB5165" },
	{ 457, "SM8450" },
	{ 459, "SM7225" },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)