soc: qcom: socinfo: Add IDs for QCM2290/QRB2210
Add the missing IDs for scuba and its QRB variant. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230314-topic-scuba_socinfo-v2-2-44fa1256aa6d@linaro.org
This commit is contained in:
parent
f26e18bda9
commit
18290c2eec
|
@ -431,6 +431,7 @@ static const struct soc_id soc_id[] = {
|
|||
{ qcom_board_id(QCM2150) },
|
||||
{ qcom_board_id(SDA429W) },
|
||||
{ qcom_board_id(SM8350) },
|
||||
{ qcom_board_id(QCM2290) },
|
||||
{ qcom_board_id(SM6115) },
|
||||
{ qcom_board_id(SC8280XP) },
|
||||
{ qcom_board_id(IPQ6005) },
|
||||
|
@ -447,6 +448,7 @@ static const struct soc_id soc_id[] = {
|
|||
{ qcom_board_id(SC7180P) },
|
||||
{ qcom_board_id(SM6375) },
|
||||
{ qcom_board_id(SM8550) },
|
||||
{ qcom_board_id(QRB2210) },
|
||||
{ qcom_board_id(SA8775P) },
|
||||
{ qcom_board_id(QRU1000) },
|
||||
{ qcom_board_id(QDU1000) },
|
||||
|
|
Loading…
Reference in New Issue