All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Stephan Gerhold <stephan@gerhold.net>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <agross@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org
Subject: Re: [PATCH 08/15] dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method
Date: Mon, 4 Oct 2021 13:34:10 -0500	[thread overview]
Message-ID: <YVtJIm6Tu2z+Ph/V@robh.at.kernel.org> (raw)
In-Reply-To: <20210928171231.12766-9-stephan@gerhold.net>

On Tue, Sep 28, 2021 at 07:12:24PM +0200, Stephan Gerhold wrote:
> Document the qcom,msm8916-smp enable method. It is actually just
> an alias for qcom,msm8226-smp since it should be implemented identically.
> 
> Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
> index 11e3e09da2e5..5602a8f3c513 100644
> --- a/Documentation/devicetree/bindings/arm/cpus.yaml
> +++ b/Documentation/devicetree/bindings/arm/cpus.yaml
> @@ -211,6 +211,7 @@ properties:
>            - qcom,kpss-acc-v1
>            - qcom,kpss-acc-v2
>            - qcom,msm8226-smp
> +          - qcom,msm8916-smp

I thought arm64 is PSCI only.

>            - renesas,apmu
>            - renesas,r9a06g032-smp
>            - rockchip,rk3036-smp
> @@ -295,7 +296,8 @@ properties:
>        Specifies the ACC* node associated with this CPU.
>  
>        Required for systems that have an "enable-method" property
> -      value of "qcom,kpss-acc-v1", "qcom,kpss-acc-v2" or "qcom,msm8226-smp"
> +      value of "qcom,kpss-acc-v1", "qcom,kpss-acc-v2", "qcom,msm8226-smp"
> +      or "qcom,msm8916-smp".
>  
>        * arm/msm/qcom,kpss-acc.txt
>  
> -- 
> 2.33.0
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Stephan Gerhold <stephan@gerhold.net>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <agross@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	~postmarketos/upstreaming@lists.sr.ht,
	phone-devel@vger.kernel.org
Subject: Re: [PATCH 08/15] dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method
Date: Mon, 4 Oct 2021 13:34:10 -0500	[thread overview]
Message-ID: <YVtJIm6Tu2z+Ph/V@robh.at.kernel.org> (raw)
In-Reply-To: <20210928171231.12766-9-stephan@gerhold.net>

On Tue, Sep 28, 2021 at 07:12:24PM +0200, Stephan Gerhold wrote:
> Document the qcom,msm8916-smp enable method. It is actually just
> an alias for qcom,msm8226-smp since it should be implemented identically.
> 
> Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
> ---
>  Documentation/devicetree/bindings/arm/cpus.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/cpus.yaml b/Documentation/devicetree/bindings/arm/cpus.yaml
> index 11e3e09da2e5..5602a8f3c513 100644
> --- a/Documentation/devicetree/bindings/arm/cpus.yaml
> +++ b/Documentation/devicetree/bindings/arm/cpus.yaml
> @@ -211,6 +211,7 @@ properties:
>            - qcom,kpss-acc-v1
>            - qcom,kpss-acc-v2
>            - qcom,msm8226-smp
> +          - qcom,msm8916-smp

I thought arm64 is PSCI only.

>            - renesas,apmu
>            - renesas,r9a06g032-smp
>            - rockchip,rk3036-smp
> @@ -295,7 +296,8 @@ properties:
>        Specifies the ACC* node associated with this CPU.
>  
>        Required for systems that have an "enable-method" property
> -      value of "qcom,kpss-acc-v1", "qcom,kpss-acc-v2" or "qcom,msm8226-smp"
> +      value of "qcom,kpss-acc-v1", "qcom,kpss-acc-v2", "qcom,msm8226-smp"
> +      or "qcom,msm8916-smp".
>  
>        * arm/msm/qcom,kpss-acc.txt
>  
> -- 
> 2.33.0
> 
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-10-04 18:34 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28 17:12 [PATCH 00/15] Add support for Samsung Galaxy S4 Mini Value Edition Stephan Gerhold
2021-09-28 17:12 ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 01/15] arm64: dts: qcom: Add device tree " Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 02/15] arm64: dts: qcom: msm8916-samsung-serranove: Add touch screen Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 03/15] arm64: dts: qcom: msm8916-samsung-serranove: Add touch key Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 04/15] arm64: dts: qcom: msm8916-samsung-serranove: Add IMU Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 05/15] arm64: dts: qcom: msm8916-samsung-serranove: Add rt5033 battery Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 06/15] arm64: dts: qcom: msm8916-samsung-serranove: Add NFC Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 07/15] ARM: qcom: Add ARCH_MSM8916 for MSM8916 on ARM32 Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 08/15] dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method Stephan Gerhold
2021-09-28 17:12   ` [PATCH 08/15] dt-bindings: arm: cpus: Document qcom, msm8916-smp enable-method Stephan Gerhold
2021-10-04 18:34   ` Rob Herring [this message]
2021-10-04 18:34     ` [PATCH 08/15] dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method Rob Herring
2021-10-04 18:37     ` Rob Herring
2021-10-04 18:37       ` [PATCH 08/15] dt-bindings: arm: cpus: Document qcom, msm8916-smp enable-method Rob Herring
2021-10-04 20:56       ` [PATCH 08/15] dt-bindings: arm: cpus: Document qcom,msm8916-smp enable-method Stephan Gerhold
2021-10-04 20:56         ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 09/15] ARM: qcom: Add qcom,msm8916-smp enable-method identical to MSM8226 Stephan Gerhold
2021-09-28 17:12   ` [PATCH 09/15] ARM: qcom: Add qcom, msm8916-smp " Stephan Gerhold
2021-09-28 17:12 ` [PATCH 10/15] dt-bindings: soc: qcom: spm: Document qcom,msm8916-saw2-v3.0-cpu Stephan Gerhold
2021-09-28 17:12   ` [PATCH 10/15] dt-bindings: soc: qcom: spm: Document qcom, msm8916-saw2-v3.0-cpu Stephan Gerhold
2021-10-04 18:38   ` [PATCH 10/15] dt-bindings: soc: qcom: spm: Document qcom,msm8916-saw2-v3.0-cpu Rob Herring
2021-10-04 18:38     ` Rob Herring
2021-09-28 17:12 ` [PATCH 11/15] soc: qcom: spm: Add 8916 SPM register data Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 12/15] firmware: qcom: scm: Add support for MC boot address API Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 13/15] arm64: dts: qcom: msm8916: Add CPU ACC and SAW/SPM Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 14/15] ARM: dts: qcom: msm8916: Add include for SMP without PSCI on ARM32 Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold
2021-09-28 17:12 ` [PATCH 15/15] ARM: dts: qcom: msm8916-samsung-serranove: Include dts from arm64 Stephan Gerhold
2021-09-28 17:12   ` Stephan Gerhold

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=YVtJIm6Tu2z+Ph/V@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=stephan@gerhold.net \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.