mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>,
	Srinivas Kandagatla <srini@kernel.org>,
	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>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>
Cc: linux-sound@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 6/9] arm64: dts: qcom: shikra-cqm-evk: Enable sound card support
Date: Tue, 22 Sep 2026 18:56:27 +0200	[thread overview]
Message-ID: <22b6ac66-a29d-4e9f-a02e-f0d38e0aaee9@oss.qualcomm.com> (raw)
In-Reply-To: <20260910231642.1794948-7-mohammad.rafi.shaik@oss.qualcomm.com>

On 9/11/26 1:16 AM, Mohammad Rafi Shaik wrote:
> Enable the sound card on the shikra-cqm-evk platform, including
> the PM4125 (Rouleur) headset codec, WSA885x external speaker path,
> and QAIF backend links.
> 
> Also enable the required LPASS macro and SoundWire nodes, along with
> the necessary pinctrl configurations for DMIC and I2S interfaces.
> 
> Signed-off-by: Mohammad Rafi Shaik <mohammad.rafi.shaik@oss.qualcomm.com>
> ---

[...]
> +&gpr {
> +	status = "disabled";
> +};

Why?

> +
> +&i2c3 {
> +	status = "okay";
> +
> +	wsa8855: speaker@c {
> +		compatible = "qcom,wsa8855";
> +		reg = <0x0c>;
> +
> +		pinctrl-0 = <&wsa8855_spkr_sd_n>;
> +		pinctrl-names = "default";
> +
> +		powerdown-gpios = <&tlmm 2 GPIO_ACTIVE_LOW>;
> +		interrupt-parent = <&tlmm>;
> +		interrupts = <77 IRQ_TYPE_EDGE_FALLING>;
> +		vdd-1p8-supply = <&pm4125_l15>;
> +		vdd-io-supply = <&pm4125_l15>;
> +		qcom,battery-config = "1s";

[...]

> +&vamacro {
> +	pinctrl-0 = <&dmic01_default>, <&dmic23_default>, <&tx_swr_active>;
> +	pinctrl-names = "default";
> +
> +	qcom,dmic-sample-rate = <4800000>;
> +	status = "okay";
> +};

nit: please keep a \n before 'status' consistently

Konrad

  reply	other threads:[~2026-09-22 16:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-10 23:16 [PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards Mohammad Rafi Shaik
2026-09-10 23:16 ` [PATCH v2 1/9] ASoC: dt-bindings: qcom,apr: Add modem_apps GLINK channel for shikra Mohammad Rafi Shaik
2026-09-10 23:16 ` [PATCH v2 2/9] dt-bindings: sound: qcom,lpass-va-macro: Add clock constraints " Mohammad Rafi Shaik
2026-09-10 23:17   ` Mark Brown
2026-09-10 23:16 ` [PATCH v2 3/9] arm64: dts: qcom: shikra: Add QAIF CPU node for audio Mohammad Rafi Shaik
2026-09-22 15:57   ` Konrad Dybcio
2026-09-10 23:16 ` [PATCH v2 4/9] arm64: dts: qcom: shikra: Add gpr node Mohammad Rafi Shaik
2026-09-22 16:01   ` Konrad Dybcio
2026-09-10 23:16 ` [PATCH v2 5/9] arm64: dts: qcom: shikra: Add soundwire and macro nodes Mohammad Rafi Shaik
2026-09-22 16:00   ` Konrad Dybcio
2026-09-10 23:16 ` [PATCH v2 6/9] arm64: dts: qcom: shikra-cqm-evk: Enable sound card support Mohammad Rafi Shaik
2026-09-22 16:56   ` Konrad Dybcio [this message]
2026-09-10 23:16 ` [PATCH v2 7/9] arm64: dts: qcom: shikra-cqs-evk: " Mohammad Rafi Shaik
2026-09-10 23:16 ` [PATCH v2 8/9] arm64: dts: qcom: shikra-iqs-evk: " Mohammad Rafi Shaik
2026-09-10 23:16 ` [PATCH v2 9/9] arm64: defconfig: Enable Qualcomm PM4125 and WSA885X drivers Mohammad Rafi Shaik
2026-09-11  8:56   ` Krzysztof Kozlowski
2026-09-15 15:49     ` Mohammad Rafi Shaik
2026-09-11 14:05 ` [PATCH v2 0/9] arm64: dts: qcom: shikra: Enable audio on EVK boards Mark Brown
2026-09-11 14:18   ` Konrad Dybcio
2026-09-15 13:22     ` Mohammad Rafi Shaik

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=22b6ac66-a29d-4e9f-a02e-f0d38e0aaee9@oss.qualcomm.com \
    --to=konrad.dybcio@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.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=mohammad.rafi.shaik@oss.qualcomm.com \
    --cc=robh@kernel.org \
    --cc=srini@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®