[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a849ab57-3a1d-49f6-eba5-2b706220f064@linaro.org>
Date: Thu, 1 Dec 2022 15:21:23 +0100
From: Konrad Dybcio <konrad.dybcio@...aro.org>
To: Bhupesh Sharma <bhupesh.sharma@...aro.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org
Cc: agross@...nel.org, bhupesh.linux@...il.com,
linux-kernel@...r.kernel.org, robh+dt@...nel.org,
krzysztof.kozlowski@...aro.org, andersson@...nel.org,
a39.skl@...il.com,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Subject: Re: [PATCH 4/4] soc: qcom: socinfo: Add SM6115 / SM4250 SoC IDs to
the soc_id table
On 1.12.2022 15:16, Bhupesh Sharma wrote:
> Add SoC ID table entries for the SM6115 / SM4250 and variants.
>
> Cc: Bjorn Andersson <andersson@...nel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@...aro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@...aro.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) },
Powered by blists - more mailing lists