Message ID | 20221201141619.2462705-3-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 911eed825cd7573c8fa9fa3f348a5a657fa180a4 |
Headers | show |
Series | Add SoC ID support for a few more Qualcomm SoCs | expand |
On 1.12.2022 15:16, Bhupesh Sharma wrote: > 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> Konrad > drivers/soc/qcom/socinfo.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c > index 545934aead43..92b27db60840 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -305,6 +305,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) }, > @@ -315,6 +316,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) },
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 545934aead43..92b27db60840 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -305,6 +305,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) }, @@ -315,6 +316,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) },
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> --- drivers/soc/qcom/socinfo.c | 2 ++ 1 file changed, 2 insertions(+)