diff options
author | Kathiravan Thirumoorthy <[email protected]> | 2024-03-25 21:19:49 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-27 12:05:14 -0500 |
commit | 8ddfb4a8e093689859184abf52fe15cd2523c6b9 (patch) | |
tree | a39b057cde7612e287f6e87e2d0da3b37e8b57bd | |
parent | 27c42e925323b975a64429e313b0cf5c0c02a411 (diff) |
soc: qcom: socinfo: Add SoC ID for IPQ5321
Add the SoC ID for IPQ5321, which belong to the family of IPQ5332 SoC.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Signed-off-by: Kathiravan Thirumoorthy <[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 41342c37916a..4081eda0f398 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -446,6 +446,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(QCS8550) }, { qcom_board_id(QCM8550) }, { qcom_board_id(IPQ5300) }, + { qcom_board_id(IPQ5321) }, }; static const char *socinfo_machine(struct device *dev, unsigned int id) |