diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2021-12-01 08:27:45 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-12-21 02:10:10 +0100 |
commit | 9e4cdb4ca7e1fc4cca021cd8fefc4488c6c63bfa (patch) | |
tree | f58cb582a33ed04949d39321785cdde15beee65c /drivers/soc/qcom | |
parent | soc: qcom: rpmhpd: Add SM8450 power domains (diff) | |
download | linux-9e4cdb4ca7e1fc4cca021cd8fefc4488c6c63bfa.tar.xz linux-9e4cdb4ca7e1fc4cca021cd8fefc4488c6c63bfa.zip |
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
Diffstat (limited to 'drivers/soc/qcom')
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 9a0eb59405e8..113dc57b74c3 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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) |