From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Alexey Klimov <alexey.klimov@linaro.org>,
linux-sound@vger.kernel.org, srinivas.kandagatla@linaro.org,
bgoswami@quicinc.com, lgirdwood@gmail.com, broonie@kernel.org
Cc: 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, dmitry.baryshkov@linaro.org,
caleb.connolly@linaro.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support
Date: Fri, 28 Jun 2024 08:17:24 +0200 [thread overview]
Message-ID: <53a591ef-caf8-4494-a672-0ee95d8dfd68@linaro.org> (raw)
In-Reply-To: <20240628010715.438471-8-alexey.klimov@linaro.org>
On 28/06/2024 03:07, Alexey Klimov wrote:
> Add sound node, dsp-related pieces and LPASS pinctrl to enable
> HDMI audio support on Qualcomm QRB4210 RB2 board. That is the
> only sound output supported for now.
>
> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/qrb4210-rb2.dts | 73 ++++++++++++++++++++++++
> 1 file changed, 73 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> index 2c39bb1b97db..9f4dde927be4 100644
> --- a/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> +++ b/arch/arm64/boot/dts/qcom/qrb4210-rb2.dts
> @@ -6,6 +6,8 @@
> /dts-v1/;
>
> #include <dt-bindings/leds/common.h>
> +#include <dt-bindings/sound/qcom,q6afe.h>
> +#include <dt-bindings/sound/qcom,q6asm.h>
> #include <dt-bindings/usb/pd.h>
> #include "sm4250.dtsi"
> #include "pm6125.dtsi"
> @@ -230,6 +232,10 @@ lt9611_out: endpoint {
> };
> };
>
> +&lpass_tlmm {
> + status = "okay";
Why LPASS TLMM was disabled? I do not see any missing resource.
Drop.
Best regards,
Krzysztof
next prev parent reply other threads:[~2024-06-28 6:17 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
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 [this message]
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=53a591ef-caf8-4494-a672-0ee95d8dfd68@linaro.org \
--to=krzysztof.kozlowski@linaro.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=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).