From: Stephan Gerhold <stephan@gerhold.net>
To: Vincent Knecht <vincent.knecht@mailoo.org>
Cc: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Subject: Re: [PATCH 2/2] soc: qcom: spm: Add MSM8939 SPM register data
Date: Wed, 19 Oct 2022 21:55:49 +0200 [thread overview]
Message-ID: <Y1BWRUEEeMQIjLkp@gerhold.net> (raw)
In-Reply-To: <20221019171004.1080911-2-vincent.knecht@mailoo.org>
+ Cc: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
On Wed, Oct 19, 2022 at 07:10:03PM +0200, Vincent Knecht wrote:
> Add SPM register information and initialization values for
> QCOM MSM8939 SoC.
>
> Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org>
Thanks!
Reviewed-by: Stephan Gerhold <stephan@gerhold.net>
> ---
> drivers/soc/qcom/spm.c | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/drivers/soc/qcom/spm.c b/drivers/soc/qcom/spm.c
> index 484b42b7454e..670775e43f07 100644
> --- a/drivers/soc/qcom/spm.c
> +++ b/drivers/soc/qcom/spm.c
> @@ -98,6 +98,17 @@ static const struct spm_reg_data spm_reg_8916_cpu = {
> .start_index[PM_SLEEP_MODE_SPC] = 5,
> };
>
> +static const struct spm_reg_data spm_reg_8939_cpu = {
> + .reg_offset = spm_reg_offset_v3_0,
> + .spm_cfg = 0x1,
> + .spm_dly = 0x3C102800,
> + .seq = { 0x60, 0x03, 0x60, 0x0B, 0x0F, 0x20, 0x50, 0x1B, 0x10, 0x80,
> + 0x30, 0x90, 0x5B, 0x60, 0x50, 0x03, 0x60, 0x76, 0x76, 0x0B,
> + 0x50, 0x1B, 0x94, 0x5B, 0x80, 0x10, 0x26, 0x30, 0x50, 0x0F },
> + .start_index[PM_SLEEP_MODE_STBY] = 0,
> + .start_index[PM_SLEEP_MODE_SPC] = 5,
> +};
> +
> static const u16 spm_reg_offset_v2_1[SPM_REG_NR] = {
> [SPM_REG_CFG] = 0x08,
> [SPM_REG_SPM_CTL] = 0x30,
> @@ -211,6 +222,8 @@ static const struct of_device_id spm_match_table[] = {
> .data = &spm_reg_8909_cpu },
> { .compatible = "qcom,msm8916-saw2-v3.0-cpu",
> .data = &spm_reg_8916_cpu },
> + { .compatible = "qcom,msm8939-saw2-v3.0-cpu",
> + .data = &spm_reg_8939_cpu },
> { .compatible = "qcom,msm8974-saw2-v2.1-cpu",
> .data = &spm_reg_8974_8084_cpu },
> { .compatible = "qcom,msm8998-gold-saw2-v4.1-l2",
> --
> 2.37.3
>
>
>
next prev parent reply other threads:[~2022-10-19 19:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 17:10 [PATCH 1/2] dt-bindings: soc: qcom: spm: Add MSM8939 CPU compatible Vincent Knecht
2022-10-19 17:10 ` [PATCH 2/2] soc: qcom: spm: Add MSM8939 SPM register data Vincent Knecht
2022-10-19 19:55 ` Stephan Gerhold [this message]
2022-10-20 10:01 ` Bryan O'Donoghue
2022-10-20 13:50 ` [PATCH 1/2] dt-bindings: soc: qcom: spm: Add MSM8939 CPU compatible Krzysztof Kozlowski
2022-11-07 3:12 ` (subset) " Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y1BWRUEEeMQIjLkp@gerhold.net \
--to=stephan@gerhold.net \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=vincent.knecht@mailoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).