From: sashiko-bot@kernel.org
To: "Bhargav Joshi" <j.bhargav.u@gmail.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH] ASoC: dt-bindings: tse850: Convert to DT schema
Date: Wed, 12 Aug 2026 23:38:14 +0000 [thread overview]
Message-ID: <20260812233814.B1D511F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260813-ti-axtensia-v1-1-768a1089fd5f@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Unused include directive in the DT example.
--
--- Patch [1]: [PATCH] ASoC: dt-bindings: tse850: Convert to DT schema ---
commit fd4229a28be15b03b82f6b00f748cb23a777434c
Author: Bhargav Joshi <j.bhargav.u@gmail.com>
ASoC: dt-bindings: tse850: Convert to DT schema
This commit converts the Axentia TSE-850 audio complex device tree binding
from a text document to a YAML schema.
> diff --git a/Documentation/devicetree/bindings/sound/axentia,tse850-pcm5142.yaml b/Documentation/devicetree/bindings/sound/axentia,tse850-pcm5142.yaml
> new file mode 100644
> index 0000000000000..0ab4b697d28ea
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/axentia,tse850-pcm5142.yaml
[ ... ]
> +examples:
> + - |
> + #include <dt-bindings/gpio/gpio.h>
> + #include <dt-bindings/pwm/pwm.h>
[Severity: Low]
This isn't a bug, but is this include directive for pwm.h still needed?
Since the pwm-regulator node from the original text binding was dropped in the
conversion, no properties in the example use PWM macros. Can this include
be removed to avoid unnecessary dead code in the example block?
> +
> + sound {
> + compatible = "axentia,tse850-pcm5142";
> + axentia,cpu-dai = <&ssc0>;
> + axentia,audio-codec = <&codec>;
> + axentia,add-gpios = <&pioA 8 GPIO_ACTIVE_LOW>;
> + axentia,loop1-gpios = <&pioA 10 GPIO_ACTIVE_LOW>;
> + axentia,loop2-gpios = <&pioA 11 GPIO_ACTIVE_LOW>;
> + axentia,ana-supply = <®ulator_ana>;
> + };
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260813-ti-axtensia-v1-1-768a1089fd5f@gmail.com?part=1
prev parent reply other threads:[~2026-08-12 23:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 23:33 [PATCH] ASoC: dt-bindings: tse850: Convert to DT schema Bhargav Joshi
2026-08-12 23:38 ` sashiko-bot [this message]
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=20260812233814.B1D511F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=j.bhargav.u@gmail.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.