aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathiravan T <[email protected]>2023-05-09 09:05:31 +0530
committerBjorn Andersson <[email protected]>2023-05-24 20:09:11 -0700
commit7f6e0028a0ca4317aeb070084e72d44ca39ace7e (patch)
tree15dfbc3bb20622d3f19bf68021babaec99986135
parentfe78d73a914d86070ac15c9a6d1f885ce5bc4a69 (diff)
soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302
Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of IPQ5332 SoC. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Kathiravan T <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/soc/qcom/socinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index c61a93b4dcaf..0decf0a08468 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -474,6 +474,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QRU1062) },
{ qcom_board_id(IPQ5332) },
{ qcom_board_id(IPQ5322) },
+ { qcom_board_id(IPQ5312) },
+ { qcom_board_id(IPQ5302) },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)