mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Subject: Re: [PATCH 1/5] arm64: dts: qcom: sm8650: add ADSP GPR
Date: Wed, 29 Nov 2023 14:41:51 +0100	[thread overview]
Message-ID: <026dd401-e4bc-4f59-b0d3-b9e95fd3f74f@linaro.org> (raw)
In-Reply-To: <20231129132247.63721-2-krzysztof.kozlowski@linaro.org>

On 29.11.2023 14:22, Krzysztof Kozlowski wrote:
> Add the ADSP Generic Packet Router (GPR) device node as part of audio
> subsystem in Qualcomm SM8650 SoC.
> 
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sm8650.dtsi | 40 ++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
> index 41dfa5e19a15..9df79297dad7 100644
> --- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
> @@ -4326,6 +4326,46 @@ fastrpc {
>  					#address-cells = <1>;
>  					#size-cells = <0>;
>  				};
> +
> +				gpr {
> +					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>;
> +						qcom,protection-domain = "avs/audio",
> +									 "msm/adsp/audio_pd";
> +
> +						q6apmdai: dais {
> +							compatible = "qcom,q6apm-dais";
> +							iommus = <&apps_smmu 0x1001 0x80>,
> +								 <&apps_smmu 0x1061 0x0>;
> +						};
> +
> +						q6apmbedai: bedais {
> +							compatible = "qcom,q6apm-lpass-dais";
> +							#sound-dai-cells = <1>;
> +						};
'bedais' should be above 'dais' alphabetically

Konrad

  reply	other threads:[~2023-11-29 13:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-29 13:22 [PATCH 0/5] arm64: dts: qcom: sm8650: audio support Krzysztof Kozlowski
2023-11-29 13:22 ` [PATCH 1/5] arm64: dts: qcom: sm8650: add ADSP GPR Krzysztof Kozlowski
2023-11-29 13:41   ` Konrad Dybcio [this message]
2023-12-04 14:34     ` Krzysztof Kozlowski
2023-11-29 13:22 ` [PATCH 2/5] arm64: dts: qcom: sm8650: add LPASS LPI pin controller Krzysztof Kozlowski
2023-11-29 13:42   ` Konrad Dybcio
2023-11-29 13:22 ` [PATCH 3/5] arm64: dts: qcom: sm8650: add ADSP audio codec macros Krzysztof Kozlowski
2023-11-29 13:47   ` Konrad Dybcio
2023-12-04 15:30     ` Krzysztof Kozlowski
2023-11-29 13:22 ` [PATCH 4/5] arm64: dts: qcom: sm8650: add Soundwire controllers Krzysztof Kozlowski
2023-11-29 13:48   ` Konrad Dybcio
2023-12-04 15:36     ` Krzysztof Kozlowski
2023-11-29 13:22 ` [PATCH 5/5] arm64: dts: qcom: sm8650-mtp: add WSA8845 speakers Krzysztof Kozlowski
2023-11-29 13:49   ` Konrad Dybcio
2023-12-04 15:37     ` 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=026dd401-e4bc-4f59-b0d3-b9e95fd3f74f@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh+dt@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

all inboxes | Powered by JetHome®