From: Kathiravan T Date: Mon, 5 Jun 2023 08:05:29 +0000 (+0530) Subject: soc: qcom: socinfo: Add Soc ID for IPQ5300 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f471f91a0d63539107004a8e826ff017ed4d2588;p=linux.git soc: qcom: socinfo: Add Soc ID for IPQ5300 Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Kathiravan T Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230605080531.3879-3-quic_kathirav@quicinc.com --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index a30d8bb6e9388..4d49945b3a35c 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -414,6 +414,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(IPQ5322) }, { qcom_board_id(IPQ5312) }, { qcom_board_id(IPQ5302) }, + { qcom_board_id(IPQ5300) }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)