diff options
author | Danila Tikhonov <[email protected]> | 2023-09-13 21:17:22 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-09-13 11:46:48 -0700 |
commit | 776b29eb57849bd81ece3e82b1b1b76452dde017 (patch) | |
tree | 4d1ec4cd42a7f9686120944bee9a9c35297d938f | |
parent | edc3a1fb626bfb191228fb40a9ddd8806a77eeb9 (diff) |
soc: qcom: socinfo: Add Soc ID for SM7150P
Add Soc ID table entries for Qualcomm SM7150P.
Signed-off-by: Danila Tikhonov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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 497cfb720fcb..1f433a941c50 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -349,6 +349,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(SDA439) }, { qcom_board_id(SDA429) }, { qcom_board_id(SM7150) }, + { qcom_board_id(SM7150P) }, { qcom_board_id(IPQ8070) }, { qcom_board_id(IPQ8071) }, { qcom_board_id(QM215) }, |