All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Ravi Hothi" <ravi.hothi@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v4 1/2] arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support
Date: Fri, 31 Jul 2026 08:50:59 +0000	[thread overview]
Message-ID: <20260731085059.96FBF1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260731084032.3106477-2-ravi.hothi@oss.qualcomm.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Missing default pin control assignments in the WSA SoundWire controller node.
--

--- Patch [1]: [PATCH v4 1/2] arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support ---
commit c45484edfd4a43a902de46310fa2b56061e83268
Author: Ravi Hothi <ravi.hothi@oss.qualcomm.com>

arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support

This commit adds SoC-level LPASS WSA macro, VA macro, SoundWire controller,
and LPASS LPI pin controller nodes for the Eliza platform. The DMIC and
WSA SoundWire pinctrl states are defined inside the LPASS LPI pin controller.

> diff --git a/arch/arm64/boot/dts/qcom/eliza.dtsi b/arch/arm64/boot/dts/qcom/eliza.dtsi
> index 1830020f23b18..3957dae4524e1 100644
> --- a/arch/arm64/boot/dts/qcom/eliza.dtsi
> +++ b/arch/arm64/boot/dts/qcom/eliza.dtsi
[ ... ]
> @@ -2064,6 +2065,77 @@ q6prmcc: clock-controller {
[ ... ]
> +		swr0: soundwire@6b10000 {
> +			compatible = "qcom,soundwire-v2.1.0",
> +				     "qcom,soundwire-v2.0.0";
> +			reg = <0x0 0x06b10000 0x0 0x10000>;
> +			interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
> +
> +			clocks = <&lpass_wsamacro>;
> +			clock-names = "iface";
> +
> +			label = "WSA";
> +

[Severity: Medium]
Is this node missing the default pin control assignments?

Without pinctrl-0 and pinctrl-names properties to bind the hardware pins
defined in the wsa_swr_active node, will the SoundWire controller pins 
(GPIO 10 and 11) fail to be multiplexed to their SoundWire functions when 
the controller is enabled by a board file?

> +			qcom,din-ports = <4>;
> +			qcom,dout-ports = <9>;

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260731084032.3106477-1-ravi.hothi@oss.qualcomm.com?part=1

  reply	other threads:[~2026-07-31  8:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-31  8:40 [PATCH v4 0/2] arm64: dts: qcom: eliza: Add audio support Ravi Hothi
2026-07-31  8:40 ` [PATCH v4 1/2] arm64: dts: qcom: eliza: Add LPASS macro and SoundWire support Ravi Hothi
2026-07-31  8:50   ` sashiko-bot [this message]
2026-07-31 11:54   ` Abel Vesa
2026-07-31  8:40 ` [PATCH v4 2/2] arm64: dts: qcom: eliza-cqs-evk: Enable sound card support with WSA8845 and DMIC Ravi Hothi
2026-07-31 11:54   ` Abel Vesa

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=20260731085059.96FBF1F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ravi.hothi@oss.qualcomm.com \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.