From: Matthias Kaehlcke <mka@chromium•org>
To: Sibi Sankar <sibis@codeaurora•org>
Cc: bjorn.andersson@linaro•org, robh+dt@kernel•org, will@kernel•org,
saiprakash.ranjan@codeaurora•org, ohad@wizery•com,
agross@kernel•org, mathieu.poirier@linaro•org,
robin.murphy@arm•com, joro@8bytes•org, p.zabel@pengutronix•de,
linux-arm-msm@vger•kernel.org, linux-remoteproc@vger•kernel.org,
devicetree@vger•kernel.org, linux-kernel@vger•kernel.org,
linux-arm-kernel@lists•infradead.org, evgreen@chromium•org,
dianders@chromium•org, swboyd@chromium•org
Subject: Re: [PATCH 3/9] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding
Date: Fri, 25 Jun 2021 16:43:12 -0700 [thread overview]
Message-ID: <YNZqEJxp9dZUJe5U@google.com> (raw)
In-Reply-To: <1624564058-24095-4-git-send-email-sibis@codeaurora.org>
On Fri, Jun 25, 2021 at 01:17:32AM +0530, Sibi Sankar wrote:
> Add a new modem compatible string for QTI SC7280 SoCs and introduce the
> "qcom,ext-regs" and "qcom,qaccept-regs" bindings needed by the modem
> sub-system running on SC7280 SoCs.
>
> Signed-off-by: Sibi Sankar <sibis@codeaurora•org>
> ---
> .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 32 ++++++++++++++++++++--
> 1 file changed, 30 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
> index 494257010629..d802e57701b8 100644
> --- a/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
> +++ b/Documentation/devicetree/bindings/remoteproc/qcom,q6v5.txt
>
> ...
>
> @@ -208,6 +218,24 @@ For the compatible strings below the following phandle references are required:
> by the offset within syscon for conn_box_spare0 register
> used by the modem sub-system running on SC7180 SoC.
>
> +For the compatible strings below the following phandle references are required:
> + "qcom,sc7280-mss-pil"
> +- qcom,ext-regs:
> + Usage: required
> + Value type: <prop-encoded-array>
> + Definition: two phandles reference to syscons representing TCSR_REG and
s/phandles reference/phandle references/
> + TCSR register space followed by the two offset within the syscon
s/offset/offsets/
> + to force_clk_en/rscc_disable and axim1_clk_off/crypto_clk_off
> + registers respectively.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-06-25 23:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1624564058-24095-1-git-send-email-sibis@codeaurora.org>
[not found] ` <1624564058-24095-6-git-send-email-sibis@codeaurora.org>
2021-06-25 0:35 ` [PATCH 5/9] remoteproc: mss: q6v5-mss: Add modem support on SC7280 Matthias Kaehlcke
[not found] ` <73f9814fb4f3aa2abeee0ece3aa26312@codeaurora.org>
2021-06-25 16:39 ` Matthias Kaehlcke
[not found] ` <1624564058-24095-3-git-send-email-sibis@codeaurora.org>
2021-06-25 23:23 ` [PATCH 2/9] remoteproc: qcom: pas: Add SC7280 Modem support Matthias Kaehlcke
[not found] ` <1624564058-24095-7-git-send-email-sibis@codeaurora.org>
2021-06-28 18:11 ` [PATCH 6/9] arm64: dts: qcom: sc7280: Update reserved memory map Matthias Kaehlcke
[not found] ` <f74c03b939dfd83a1013906e1c771666@codeaurora.org>
2021-07-30 18:24 ` Bjorn Andersson
[not found] ` <1624564058-24095-9-git-send-email-sibis@codeaurora.org>
2021-06-28 18:39 ` [PATCH 8/9] arm64: dts: qcom: sc7280: Add Q6V5 MSS node Matthias Kaehlcke
2021-07-30 18:01 ` Bjorn Andersson
[not found] ` <1624564058-24095-10-git-send-email-sibis@codeaurora.org>
2021-06-28 19:05 ` [PATCH 9/9] arm64: dts: qcom: sc7280: Update " Matthias Kaehlcke
[not found] ` <c561f99cb281c28581d10e5805190df8@codeaurora.org>
2021-07-30 18:14 ` Bjorn Andersson
2021-07-01 20:02 ` [PATCH 0/9] Add Modem support on SC7280 SoCs Pavel Machek
[not found] ` <1624564058-24095-2-git-send-email-sibis@codeaurora.org>
2021-06-25 17:12 ` [PATCH 1/9] dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS support Matthias Kaehlcke
[not found] ` <ca7ca4df465f50c6db03a4642102c636@codeaurora.org>
2021-06-25 23:20 ` Matthias Kaehlcke
2021-07-14 19:36 ` Rob Herring
[not found] ` <1624564058-24095-4-git-send-email-sibis@codeaurora.org>
2021-06-25 23:43 ` Matthias Kaehlcke [this message]
2021-07-14 19:37 ` [PATCH 3/9] dt-bindings: remoteproc: qcom: Add Q6V5 Modem PIL binding Rob Herring
[not found] ` <1624564058-24095-8-git-send-email-sibis@codeaurora.org>
2021-07-30 18:00 ` [PATCH 7/9] arm64: dts: qcom: sc7280: Add nodes to boot modem 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=YNZqEJxp9dZUJe5U@google.com \
--to=mka@chromium$(echo .)org \
--cc=agross@kernel$(echo .)org \
--cc=bjorn.andersson@linaro$(echo .)org \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=dianders@chromium$(echo .)org \
--cc=evgreen@chromium$(echo .)org \
--cc=joro@8bytes$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-remoteproc@vger$(echo .)kernel.org \
--cc=mathieu.poirier@linaro$(echo .)org \
--cc=ohad@wizery$(echo .)com \
--cc=p.zabel@pengutronix$(echo .)de \
--cc=robh+dt@kernel$(echo .)org \
--cc=robin.murphy@arm$(echo .)com \
--cc=saiprakash.ranjan@codeaurora$(echo .)org \
--cc=sibis@codeaurora$(echo .)org \
--cc=swboyd@chromium$(echo .)org \
--cc=will@kernel$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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