From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Le Qi <le.qi@oss.qualcomm.com>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, kernel@oss.qualcomm.com
Subject: Re: [PATCH v1 2/2] arm64: dts: qcom: talos-evk: Add sound card support with DA7212 codec
Date: Fri, 24 Oct 2025 09:59:51 +0200 [thread overview]
Message-ID: <150836aa-b69b-4dfa-8118-4c32f181e03a@oss.qualcomm.com> (raw)
In-Reply-To: <20251024023720.3928547-3-le.qi@oss.qualcomm.com>
On 10/24/25 4:37 AM, Le Qi wrote:
> Add the sound card node for QCS615 Talos EVK with DA7212 codec
> connected over the Primary MI2S interface. The configuration enables
> headphone playback and headset microphone capture, both of which have
> been tested to work.
>
> The sound card integrates:
> - DA7212 codec on I2C5
> - Primary MI2S playback and capture DAI links
> - Pin control for MI2S1 signals
>
> Signed-off-by: Le Qi <le.qi@oss.qualcomm.com>
> ---
[...]
> + sound {
> + compatible = "qcom,qcs615-sndcard";
> + model = "qcs615-snd-card";
> +
> + pinctrl-names = "default";
> + pinctrl-0 = <&mi2s1_data0>, <&mi2s1_data1>, <&mi2s1_sck>, <&mi2s1_ws>;
property-n
property-names
in this order, please
[...]
> &tlmm {
> + mi2s1_data0: mi2s1-data0-state {
> + pins = "gpio110";
> + function = "mi2s_1";
> + drive-strength = <8>;
> + bias-disable;
> + };
> +
> + mi2s1_data1: mi2s1-data1-state {
> + pins = "gpio111";
> + function = "mi2s_1";
> + drive-strength = <8>;
> + bias-disable;
> + };
> +
> + mi2s1_sck: mi2s1-sck-state {
> + pins = "gpio108";
> + function = "mi2s_1";
> + drive-strength = <8>;
> + bias-disable;
> + };
> +
> + mi2s1_ws: mi2s1-ws-state {
> + pins = "gpio109";
> + function = "mi2s_1";
> + drive-strength = <8>;
> + bias-disable;
> + };
You can group these together (i.e. create a single entry with
pins = "gpio108", "gpio109"...) and move them to the SoC DTSI
Konrad
next prev parent reply other threads:[~2025-10-24 7:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-24 2:37 [PATCH v1 0/2] arm64: dts: qcom: Add audio support for QCS615 Talos EVK Le Qi
2025-10-24 2:37 ` [PATCH v1 1/2] arm64: dts: qcom: sm6150: Add gpr node Le Qi
2025-10-24 8:13 ` Konrad Dybcio
2025-10-27 3:17 ` Le Qi
2025-10-24 2:37 ` [PATCH v1 2/2] arm64: dts: qcom: talos-evk: Add sound card support with DA7212 codec Le Qi
2025-10-24 7:59 ` Konrad Dybcio [this message]
2025-10-27 3:18 ` Le Qi
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=150836aa-b69b-4dfa-8118-4c32f181e03a@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=le.qi@oss.qualcomm.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@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