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
This commit is contained in:
parent
87f67727e0
commit
911eed825c
|
@ -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) },
|
||||
|
|
Loading…
Reference in New Issue