diff options
author | Bhupesh Sharma <[email protected]> | 2023-03-15 21:31:51 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-15 15:30:55 -0700 |
commit | a11bc4a5b371e05e89c0fba5756efe5788a4d1ab (patch) | |
tree | 46a696da705afd80b4cc3093cedf8ab63c996be6 | |
parent | ee6ae544ddfabe60245d4eaee41a7330acd46d94 (diff) |
soc: qcom: socinfo: Add IDs for QRB4210
Add the ID for QRB4210 variant.
Signed-off-by: Bhupesh Sharma <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[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 cc1204ae2198..cd370fe28d19 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -454,6 +454,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(IPQ9574) }, { qcom_board_id(SM8550) }, { qcom_board_id(IPQ9510) }, + { qcom_board_id(QRB4210) }, { qcom_board_id(QRB2210) }, { qcom_board_id(SA8775P) }, { qcom_board_id(QRU1000) }, |