soc: qcom: socinfo: add SM8450 ID

Add the ID for the Qualcomm SM8450 SoC.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211201072745.3969077-8-vkoul@kernel.org
This commit is contained in:
Dmitry Baryshkov 2021-12-01 12:57:45 +05:30 committed by Bjorn Andersson
parent 5d12289516
commit 9e4cdb4ca7

View file

@ -315,6 +315,7 @@ static const struct soc_id soc_id[] = {
{ 425, "SC7180" },
{ 453, "IPQ6005" },
{ 455, "QRB5165" },
{ 457, "SM8450" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)