Commit 147f6534 authored by Abel Vesa's avatar Abel Vesa Committed by Bjorn Andersson

soc: qcom: socinfo: Add SM8550 ID

Add the ID for the Qualcomm SM8550 SoC.
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221116112438.2643607-1-abel.vesa@linaro.org
parent 323dc2dc
...@@ -337,6 +337,7 @@ static const struct soc_id soc_id[] = { ...@@ -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) },
......
...@@ -142,6 +142,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment