Message ID | 20220228190013.1790617-1-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | 54c2e9256a5688a98225207734688b4b7c0f40c9 |
Headers | show |
Series | soc: qcom: socinfo: Add another ID for SM8450 | expand |
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 8b38d134720a..e648af8474d9 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" }, + { 482, "SM8450" }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)
Add another id for SM8450. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+)