From: Aelin Reidel Date: Mon, 2 Mar 2026 13:10:15 +0000 (+0100) Subject: soc: qcom: socinfo: Add SoC IDs for SM7450 and SM7450P X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa036c08938d37c4bc79d125974bb87b4122ac4;p=thirdparty%2Flinux.git soc: qcom: socinfo: Add SoC IDs for SM7450 and SM7450P SM7450 and SM7450P are two SoCs in the 'fillmore' family. Signed-off-by: Aelin Reidel Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20260302-fillmore-socids-v2-2-e6c5ad167ec4@mainlining.org Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 41867601d2502..f21c6d5c49053 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -473,6 +473,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(IPQ5000) }, { qcom_board_id(IPQ0509) }, { qcom_board_id(IPQ0518) }, + { qcom_board_id(SM7450) }, { qcom_board_id(SM6375) }, { qcom_board_id(IPQ9514) }, { qcom_board_id(IPQ9550) }, @@ -492,6 +493,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(QRU1000) }, { qcom_board_id(SM8475_2) }, { qcom_board_id(QDU1000) }, + { qcom_board_id(SM7450P) }, { qcom_board_id(X1E80100) }, { qcom_board_id(SM8650) }, { qcom_board_id(SM4450) },