Message ID | 20230601042054.29075-3-quic_kathirav@quicinc.com |
---|---|
State | Accepted |
Commit | f471f91a0d63539107004a8e826ff017ed4d2588 |
Headers | show |
Series | Add initial support for RDP474 of IPQ5332 family | expand |
On 01/06/2023 06:20, Kathiravan T wrote: > Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC. > > Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> > --- > drivers/soc/qcom/socinfo.c | 1 + Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index dfd4330daef5..c60c9ab321fe 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -411,6 +411,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)
Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC. Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com> --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+)