mbox series

[0/4] Add SoC ID support for a few more Qualcomm SoCs

Message ID 20221201141619.2462705-1-bhupesh.sharma@linaro.org
Headers show
Series Add SoC ID support for a few more Qualcomm SoCs | expand

Message

Bhupesh Sharma Dec. 1, 2022, 2:16 p.m. UTC
This patchset adds SoC IDs for Qualcomm SM8150, SA8155,
SM6115 / SM4250 (and variants) SoCs to the socinfo driver and dt-bindings.

Bhupesh Sharma (4):
  dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
  soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
  dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and
    variants
  soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table

 drivers/soc/qcom/socinfo.c         | 6 ++++++
 include/dt-bindings/arm/qcom,ids.h | 6 ++++++
 2 files changed, 12 insertions(+)

Comments

Konrad Dybcio Dec. 1, 2022, 2:20 p.m. UTC | #1
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) },
Konrad Dybcio Dec. 1, 2022, 2:21 p.m. UTC | #2
On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC ID table entries for the SM6115 / SM4250 and variants.
> 
> 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 | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
> index 92b27db60840..8f9e3d0e0526 100644
> --- a/drivers/soc/qcom/socinfo.c
> +++ b/drivers/soc/qcom/socinfo.c
> @@ -328,11 +328,13 @@ static const struct soc_id soc_id[] = {
>  	{ qcom_board_id(IPQ8071A) },
>  	{ qcom_board_id(IPQ6018) },
>  	{ qcom_board_id(IPQ6028) },
> +	{ qcom_board_id(SM4250) },
>  	{ qcom_board_id(IPQ6000) },
>  	{ qcom_board_id(IPQ6010) },
>  	{ qcom_board_id(SC7180) },
>  	{ qcom_board_id(SM6350) },
>  	{ qcom_board_id(SM8350) },
> +	{ qcom_board_id(SM6115) },
>  	{ qcom_board_id(SC8280XP) },
>  	{ qcom_board_id(IPQ6005) },
>  	{ qcom_board_id(QRB5165) },
> @@ -340,6 +342,8 @@ static const struct soc_id soc_id[] = {
>  	{ qcom_board_id(SM7225) },
>  	{ qcom_board_id(SA8295P) },
>  	{ qcom_board_id(SA8540P) },
> +	{ qcom_board_id(QCM4290) },
> +	{ qcom_board_id(QCS4290) },
>  	{ qcom_board_id_named(SM8450_2, "SM8450") },
>  	{ qcom_board_id_named(SM8450_3, "SM8450") },
>  	{ qcom_board_id(SC7280) },
Bjorn Andersson Dec. 6, 2022, 6:18 p.m. UTC | #3
On Thu, 1 Dec 2022 19:46:15 +0530, Bhupesh Sharma wrote:
> This patchset adds SoC IDs for Qualcomm SM8150, SA8155,
> SM6115 / SM4250 (and variants) SoCs to the socinfo driver and dt-bindings.
> 
> Bhupesh Sharma (4):
>   dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
>   soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
>   dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and
>     variants
>   soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table
> 
> [...]

Applied, thanks!

[1/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM8150 and SA8155
      commit: 87f67727e057bc54816097d3b8e38a4a0c58e0bb
[2/4] soc: qcom: socinfo: Add SM8150 and SA8155 SoC IDs to the soc_id table
      commit: 911eed825cd7573c8fa9fa3f348a5a657fa180a4
[3/4] dt-bindings: arm: qcom,ids: Add SoC IDs for SM6115 / SM4250 and variants
      commit: 67d1af1c50a4a0ae48f535126cdfca915ffed29b
[4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to the soc_id table
      commit: f33ca7ec5e5e3a53d5636a4eab270bacac751f6e

Best regards,