diff options
author | Bhupesh Sharma | 2022-12-01 19:46:17 +0530 |
---|---|---|
committer | Bjorn Andersson | 2022-12-05 16:50:39 -0600 |
commit | 911eed825cd7573c8fa9fa3f348a5a657fa180a4 (patch) | |
tree | 35c5889aad2ead3d57030a9a06f076a5b841c437 /drivers/soc | |
parent | 87f67727e057bc54816097d3b8e38a4a0c58e0bb (diff) |
soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
Add SoC ID table entries for the SM8150 and SA8155 SoCs.
Cc: Bjorn Andersson <andersson@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221201141619.2462705-3-bhupesh.sharma@linaro.org
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 39a9488f5bbc..43344888abcf 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -307,6 +307,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(SDA658) }, { qcom_board_id(SDA630) }, { qcom_board_id(SDM450) }, + { qcom_board_id(SM8150) }, { qcom_board_id(SDA845) }, { qcom_board_id(IPQ8072) }, { qcom_board_id(IPQ8076) }, @@ -317,6 +318,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(SDA632) }, { qcom_board_id(SDA450) }, { qcom_board_id(SM8250) }, + { qcom_board_id(SA8155) }, { qcom_board_id(IPQ8070) }, { qcom_board_id(IPQ8071) }, { qcom_board_id(IPQ8072A) }, |