diff options
author | Douglas Anderson <dianders@chromium.org> | 2022-03-21 16:15:55 -0700 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-04-07 22:08:42 -0500 |
commit | 4a77579c73413deb4aa562b6e781e3c65ff7abb2 (patch) | |
tree | 193171f5ea5e7b4a7122bd37c494591fbf7eecdc /drivers/soc/qcom | |
parent | 3123109284176b1532874591f7c81f3837bbdc17 (diff) |
soc: qcom: socinfo: add SC7280 entry to soc_id array
Add an entry for SC7280 SoC.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220321161546.1.Ifc4270fbe9bad536f08a47696e00cca5a0714abd@changeid
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 8b38d134720a..dbdbad5db3e5 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -330,6 +330,7 @@ static const struct soc_id soc_id[] = { { 459, "SM7225" }, { 460, "SA8540P" }, { 480, "SM8450" }, + { 487, "SC7280" }, }; static const char *socinfo_machine(struct device *dev, unsigned int id) |