Skip to content

Commit d39cec0

Browse files
lweiss-fairphoneandersson
authored andcommitted
soc: qcom: socinfo: Add SM6350 and SM7225
Both SoCs are known as 'lagoon' downstream. Add their ids to the socinfo driver. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211213081111.20217-1-luca.weiss@fairphone.com
1 parent 1e20b28 commit d39cec0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/soc/qcom/socinfo.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,11 @@ static const struct soc_id soc_id[] = {
313313
{ 421, "IPQ6000" },
314314
{ 422, "IPQ6010" },
315315
{ 425, "SC7180" },
316+
{ 434, "SM6350" },
316317
{ 453, "IPQ6005" },
317318
{ 455, "QRB5165" },
318319
{ 457, "SM8450" },
320+
{ 459, "SM7225" },
319321
};
320322

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

0 commit comments

Comments
 (0)