From: sashiko-bot@kernel.org
To: "Sarath Ganapathiraju" <sarath.ganapathiraju@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCH 1/2] ASoC: dt-bindings: qcom,lpass-va-csr: Add HeartBeat pulse clock
Date: Mon, 13 Jul 2026 20:13:02 +0000 [thread overview]
Message-ID: <20260713201303.3D22A1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260714-master-v1-1-1ebe5993225e@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Schema validation failure in example due to missing #address-cells and #size-cells parent node
--
--- Patch [1]: [PATCH 1/2] ASoC: dt-bindings: qcom,lpass-va-csr: Add HeartBeat pulse clock ---
commit 9f770d5091cc6e0fe9a0f15696b43becc2db0bc2
Author: Sarath Ganapathiraju <sarath.ganapathiraju@oss.qualcomm.com>
ASoC: dt-bindings: qcom,lpass-va-csr: Add HeartBeat pulse clock
This commit adds the Qualcomm LPASS VA CSR rate generator node binding to
expose the heartbeat pulse clock. It also extends the qcom,lpass-va-macro
binding to incorporate this new clock as a constraint.
> diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-va-csr.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-va-csr.yaml
> new file mode 100644
> index 0000000000000..794da92adcf88
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-va-csr.yaml
[ ... ]
> +examples:
> + - |
> + va-csr@7ee0000 {
> + compatible = "qcom,hawi-lpass-va-csr";
> + reg = <0x0 0x07ee0000 0x0 0xe000>;
[Severity: Low]
Will this example fail dt_binding_check validation?
By default, the root node in DT schema examples assumes #address-cells = <1>
and #size-cells = <1>. Because of this, the 4-cell reg property here parses
as two items (two address/size pairs of 1 cell each).
Since the schema explicitly constrains reg with maxItems: 1 earlier in the
file, does this need a dummy parent node specifying #address-cells = <2>
and #size-cells = <2> to pass validation?
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260714-master-v1-0-1ebe5993225e@oss.qualcomm.com?part=1
next prev parent reply other threads:[~2026-07-13 20:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 20:05 [PATCH 0/2] ASoC: Add LPASS VA CSR HeartBeat pulse clock support Sarath Ganapathiraju via B4 Relay
2026-07-13 20:05 ` Sarath Ganapathiraju
2026-07-13 20:05 ` [PATCH 1/2] ASoC: dt-bindings: qcom,lpass-va-csr: Add HeartBeat pulse clock Sarath Ganapathiraju via B4 Relay
2026-07-13 20:05 ` Sarath Ganapathiraju
2026-07-13 20:13 ` sashiko-bot [this message]
2026-07-13 21:22 ` Rob Herring (Arm)
2026-07-14 8:07 ` Srinivas Kandagatla
2026-07-13 20:05 ` [PATCH 2/2] ASoC: Add LPASS VA CSR heartbeat " Sarath Ganapathiraju via B4 Relay
2026-07-13 20:05 ` Sarath Ganapathiraju
2026-07-13 20:16 ` sashiko-bot
2026-07-14 6:53 ` Konrad Dybcio
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=20260713201303.3D22A1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sarath.ganapathiraju@oss.qualcomm.com \
--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.