From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Stephen Boyd <swboyd@chromium.org>,
Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>,
agross@kernel.org, alsa-devel@alsa-project.org,
andersson@kernel.org, broonie@kernel.org,
devicetree@vger.kernel.org, dianders@chromium.org,
judyhsiao@chromium.org, konrad.dybcio@somainline.org,
krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org, mka@chromium.org,
quic_mohs@quicinc.com, quic_rjendra@quicinc.com,
quic_rohkumar@quicinc.com, robh+dt@kernel.org,
srinivas.kandagatla@linaro.org, vkoul@kernel.org
Subject: Re: [PATCH v5 3/8] arm64: dts: qcom: sc7280: Add LPASS PIL node
Date: Fri, 10 Feb 2023 12:26:01 +0100 [thread overview]
Message-ID: <8c7584b2-60e0-27c8-a7c3-845cf5640d77@linaro.org> (raw)
In-Reply-To: <CAE-0n53uReg41RrHrBDaNt+BgaPem_JO-2Wwq8e_g0NeNCvgXg@mail.gmail.com>
On 09/02/2023 23:55, Stephen Boyd wrote:
>> +
>> + glink-edge {
>> + interrupts-extended = <&ipcc IPCC_CLIENT_LPASS
>> + IPCC_MPROC_SIGNAL_GLINK_QMP
>> + IRQ_TYPE_EDGE_RISING>;
>> +
>> + mboxes = <&ipcc IPCC_CLIENT_LPASS
>> + IPCC_MPROC_SIGNAL_GLINK_QMP>;
>> +
>> + label = "lpass";
>> + qcom,remote-pid = <2>;
>> +
>> + gpr {
>
> This node name should be apr per the qcom,glink-edge.yaml binding?
No, this is correct. I fixed the glink-edge binding last year.
>
>> + compatible = "qcom,gpr";
>> + qcom,glink-channels = "adsp_apps";
>> + qcom,domain = <GPR_DOMAIN_ID_ADSP>;
>> + qcom,intents = <512 20>;
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + q6apm: service@1 {
>> + compatible = "qcom,q6apm";
>> + reg = <GPR_APM_MODULE_IID>;
>> + #sound-dai-cells = <0>;
>> +
>> + q6apmdai: dais {
>> + compatible = "qcom,q6apm-dais";
>> + iommus = <&apps_smmu 0x1801 0x0>;
>> + };
>> +
>> + q6apmbedai: bedais {
>> + compatible = "qcom,q6apm-lpass-dais";
>> + #sound-dai-cells = <1>;
>> + };
>> + };
>> +
>> + q6prm: service@2 {
>> + compatible = "qcom,q6prm";
>> + reg = <GPR_PRM_MODULE_IID>;
>> +
>> + q6prmcc: clock-controller {
>> + compatible = "qcom,q6prm-lpass-clocks";
>
> This is clk binding but not a clk driver? I'll look away now.
It is a clock driver which was not put into clk. Maybe because it is
tightly tied to entire QDSP platform.
Best regards,
Krzysztof
next prev parent reply other threads:[~2023-02-10 11:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-06 16:16 [PATCH v5 0/8] Add SC7280 audioreach device tree nodes Srinivasa Rao Mandadapu
2023-02-06 16:16 ` [PATCH v5 1/8] arm64: dts: qcom: sc7280: Extract audio nodes from common idp dtsi file Srinivasa Rao Mandadapu
2023-02-09 16:37 ` Krzysztof Kozlowski
2023-02-09 16:45 ` Krzysztof Kozlowski
2023-02-06 16:16 ` [PATCH v5 2/8] arm64: dts: qcom: sc7280: Add sound node for crd-rev3 board Srinivasa Rao Mandadapu
2023-02-09 17:00 ` Krzysztof Kozlowski
2023-02-06 16:16 ` [PATCH v5 3/8] arm64: dts: qcom: sc7280: Add LPASS PIL node Srinivasa Rao Mandadapu
2023-02-09 22:55 ` Stephen Boyd
2023-02-10 11:26 ` Krzysztof Kozlowski [this message]
2023-02-10 11:12 ` Krzysztof Kozlowski
2023-02-06 16:16 ` [PATCH v5 4/8] arm64: dts: qcom: sc7280: Update VA/RX/TX macro clock nodes Srinivasa Rao Mandadapu
2023-02-10 11:13 ` Krzysztof Kozlowski
2023-02-06 16:16 ` [PATCH v5 5/8] arm64: dts: qcom: sc7280: Update lpass_tlmm node Srinivasa Rao Mandadapu
2023-02-09 23:02 ` Stephen Boyd
2023-02-10 11:17 ` Krzysztof Kozlowski
2023-02-06 16:16 ` [PATCH v5 6/8] arm64: dts: qcom: sc7280: Add qcom,adsp-pil-mode property in clock nodes Srinivasa Rao Mandadapu
2023-02-06 16:16 ` [PATCH v5 7/8] arm64: dts: qcom: sc7280: Modify lpasscc node name Srinivasa Rao Mandadapu
2023-02-09 23:00 ` Stephen Boyd
2023-02-10 11:18 ` Krzysztof Kozlowski
2023-02-06 16:16 ` [PATCH v5 8/8] dt-bindings: remoteproc: qcom: sc7280-adsp-pil: Add missing properties Srinivasa Rao Mandadapu
2023-02-10 11:23 ` Krzysztof Kozlowski
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=8c7584b2-60e0-27c8-a7c3-845cf5640d77@linaro.org \
--to=krzysztof.kozlowski@linaro.org \
--cc=agross@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=andersson@kernel.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=judyhsiao@chromium.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=mka@chromium.org \
--cc=quic_mohs@quicinc.com \
--cc=quic_rjendra@quicinc.com \
--cc=quic_rohkumar@quicinc.com \
--cc=quic_srivasam@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=swboyd@chromium.org \
--cc=vkoul@kernel.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).