devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Alexey Klimov <alexey.klimov@linaro.org>
Cc: linux-sound@vger.kernel.org, srinivas.kandagatla@linaro.org,
	bgoswami@quicinc.com, lgirdwood@gmail.com, broonie@kernel.org,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	andersson@kernel.org, konrad.dybcio@linaro.org, perex@perex.cz,
	tiwai@suse.com, linux-arm-msm@vger.kernel.org,
	alsa-devel@alsa-project.org, devicetree@vger.kernel.org,
	elder@linaro.org, krzysztof.kozlowski@linaro.org,
	caleb.connolly@linaro.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 5/7] arm64: dts: qcom: sm6115: add LPASS LPI pin controller
Date: Fri, 28 Jun 2024 09:51:34 +0200	[thread overview]
Message-ID: <2d1fea29-f6c2-41a8-a01f-52f6d20536f5@kernel.org> (raw)
In-Reply-To: <yozlwsmrvolhaxobal4reootcfmgjyre7sv74pztbtqr6lcfhr@vuixh6qyalaz>

On 28/06/2024 09:43, Dmitry Baryshkov wrote:
> On Fri, Jun 28, 2024 at 02:07:13AM GMT, Alexey Klimov wrote:
>> Add the Low Power Audio SubSystem Low Power Island (LPASS LPI)
>> pin controller device node required for audio subsystem on
>> Qualcomm QRB4210 RB2.
>>
>> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
>> ---
>>  arch/arm64/boot/dts/qcom/sm6115.dtsi | 19 +++++++++++++++++++
>>  1 file changed, 19 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi
>> index c49aca3d0772..3a9fb1780c90 100644
>> --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi
>> @@ -15,6 +15,7 @@
>>  #include <dt-bindings/interrupt-controller/arm-gic.h>
>>  #include <dt-bindings/power/qcom-rpmpd.h>
>>  #include <dt-bindings/soc/qcom,apr.h>
>> +#include <dt-bindings/sound/qcom,q6dsp-lpass-ports.h>
>>  #include <dt-bindings/thermal/thermal.h>
>>  
>>  / {
>> @@ -809,6 +810,21 @@ data-pins {
>>  			};
>>  		};
>>  
>> +		lpass_tlmm: pinctrl@a7c0000 {
>> +			compatible = "qcom,sm4250-lpass-lpi-pinctrl";
> 
> Is it so? Or should it be qcom,sm6115-lpass-lpi-pinctrl instead?

Eh, now I am confused as well... There was so much talk about Srini's
patchset that I assumed it is the same device. Why were you testing sm4250?

Best regards,
Krzysztof


  reply	other threads:[~2024-06-28  7:51 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28  1:07 [PATCH 0/7] qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-06-28  1:07 ` [PATCH 1/7] ASoC: dt-bindings: qcom,sm8250: add qrb4210-rb2-sndcard Alexey Klimov
2024-06-28  6:15   ` Krzysztof Kozlowski
2024-06-28  1:07 ` [PATCH 2/7] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string Alexey Klimov
2024-06-28  6:15   ` Krzysztof Kozlowski
2024-06-28  1:07 ` [PATCH 3/7] ASoC: qcom: sm8250: add handling of secondary MI2S clock Alexey Klimov
2024-06-28  1:07 ` [PATCH 4/7] arm64: dts: qcom: sm6115: add apr, its services and simple sound node Alexey Klimov
2024-06-28  6:16   ` Krzysztof Kozlowski
2024-06-28  7:42   ` Dmitry Baryshkov
2024-06-29 12:58   ` Konrad Dybcio
2024-06-28  1:07 ` [PATCH 5/7] arm64: dts: qcom: sm6115: add LPASS LPI pin controller Alexey Klimov
2024-06-28  6:13   ` Krzysztof Kozlowski
2024-06-28  7:43   ` Dmitry Baryshkov
2024-06-28  7:51     ` Krzysztof Kozlowski [this message]
2024-06-28  1:07 ` [PATCH 6/7] arm64: dts: qcom: sm6115: add description of lpi_i2s2 pins Alexey Klimov
2024-06-28  6:14   ` Krzysztof Kozlowski
2024-06-28  7:45   ` Dmitry Baryshkov
2024-06-28  1:07 ` [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support Alexey Klimov
2024-06-28  6:17   ` Krzysztof Kozlowski
2024-06-28  7:47   ` Dmitry Baryshkov
2024-06-29 13:00   ` Konrad Dybcio
2024-06-28 15:41 ` [PATCH 0/7] " Rob Herring (Arm)

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=2d1fea29-f6c2-41a8-a01f-52f6d20536f5@kernel.org \
    --to=krzk@kernel.org \
    --cc=alexey.klimov@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=andersson@kernel.org \
    --cc=bgoswami@quicinc.com \
    --cc=broonie@kernel.org \
    --cc=caleb.connolly@linaro.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=elder@linaro.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=robh@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.com \
    /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).