soc: qcom: socinfo: Add SM8550 ID

Add the ID for the Qualcomm SM8550 SoC.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221116112438.2643607-1-abel.vesa@linaro.org
This commit is contained in:
Abel Vesa 2022-11-16 13:24:38 +02:00 committed by Bjorn Andersson
parent 323dc2dcdb
commit 147f6534b8
2 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ6005) }, { qcom_board_id(IPQ6005) },
{ qcom_board_id(QRB5165) }, { qcom_board_id(QRB5165) },
{ qcom_board_id(SM8450) }, { qcom_board_id(SM8450) },
{ qcom_board_id(SM8550) },
{ qcom_board_id(SM7225) }, { qcom_board_id(SM7225) },
{ qcom_board_id(SA8295P) }, { qcom_board_id(SA8295P) },
{ qcom_board_id(SA8540P) }, { qcom_board_id(SA8540P) },

View File

@ -142,6 +142,7 @@
#define QCOM_ID_SC7280 487 #define QCOM_ID_SC7280 487
#define QCOM_ID_SC7180P 495 #define QCOM_ID_SC7180P 495
#define QCOM_ID_SM6375 507 #define QCOM_ID_SM6375 507
#define QCOM_ID_SM8550 519
#define QCOM_ID_QRU1000 539 #define QCOM_ID_QRU1000 539
#define QCOM_ID_QDU1000 545 #define QCOM_ID_QDU1000 545
#define QCOM_ID_QDU1010 587 #define QCOM_ID_QDU1010 587