[PATCH v4 6/6] soc: qcom: socinfo: add SM4450 ID

Tengfei Fan posted 6 patches 2 years, 6 months ago
[PATCH v4 6/6] soc: qcom: socinfo: add SM4450 ID
Posted by Tengfei Fan 2 years, 6 months ago
Add the ID for the Qualcomm SM4450 SoC.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 4d49945b3a35..441a40f58838 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -405,6 +405,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SA8775P) },
 	{ qcom_board_id(QRU1000) },
 	{ qcom_board_id(QDU1000) },
+	{ qcom_board_id(SM4450) },
 	{ qcom_board_id(QDU1010) },
 	{ qcom_board_id(IPQ5019) },
 	{ qcom_board_id(QRU1032) },
-- 
2.17.1
Re: [PATCH v4 6/6] soc: qcom: socinfo: add SM4450 ID
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 31/07/2023 10:00, Tengfei Fan wrote:
> Add the ID for the Qualcomm SM4450 SoC.
> 
> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof