From: sashiko-bot@kernel.org
To: "Aleksandrs Vinarskis" <alex@vinarskis.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v3 1/3] dt-bindings: platform: introduce EC for Dell XPS 13 9345
Date: Sat, 01 Aug 2026 18:32:18 +0000 [thread overview]
Message-ID: <20260801183218.EFE6D1F00AC4@smtp.kernel.org> (raw)
In-Reply-To: <20260801-dell-xps-9345-ec-v3-1-9f4bdb5a5dad@vinarskis.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The device tree binding example includes a nonexistent header and uses undefined parameterized macros, breaking schema validation.
--
--- Patch [1]: [PATCH v3 1/3] dt-bindings: platform: introduce EC for Dell XPS 13 9345 ---
commit 260bc940f745039b1b740f5fca09f58549473355
Author: Aleksandrs Vinarskis <alex@vinarskis.com>
dt-bindings: platform: introduce EC for Dell XPS 13 9345
Add bindings for Embedded Controller (EC) in Dell XPS 13 9345 (platform
codename 'tributo'). It may be partially or fully compatible with EC
found in Snapdragon-based Dell Latitude, Inspiron ('thena').
> diff --git a/Documentation/devicetree/bindings/embedded-controller/dell,xps13-9345-ec.yaml b/Documentation/devicetree/bindings/embedded-controller/dell,xps13-9345-ec.yaml
> new file mode 100644
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/embedded-controller/dell,xps13-9345-ec.yaml
[ ... ]
> +examples:
> + - |
> + #include <dt-bindings/interrupt-controller/irq.h>
> + #include <arm64/qcom/qcom-adc5-gen3.h>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[Severity: Low]
Does this header exist in the source tree? It appears to be missing, which
would cause a fatal preprocessor error during schema validation when running
make dt_binding_check.
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + embedded-controller@3b {
> + compatible = "dell,xps13-9345-ec";
> + reg = <0x3b>;
> + interrupts-extended = <&tlmm 66 IRQ_TYPE_LEVEL_LOW>;
> +
> + io-channels = <&pmk8550_vadc ADC5_GEN3_AMUX3_GPIO_100K_PU(1)>,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[Severity: Low]
Are these macros defined anywhere? They appear to be undefined and used
incorrectly as parameterized macros, which would further contribute to
preprocessor and schema check errors.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260801-dell-xps-9345-ec-v3-0-9f4bdb5a5dad@vinarskis.com?part=1
next prev parent reply other threads:[~2026-08-01 18:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-01 18:22 [PATCH v3 0/3] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345 Aleksandrs Vinarskis
2026-08-01 18:22 ` [PATCH v3 1/3] dt-bindings: platform: introduce EC for " Aleksandrs Vinarskis
2026-08-01 18:32 ` sashiko-bot [this message]
2026-08-01 18:48 ` Aleksandrs Vinarskis
2026-08-01 18:22 ` [PATCH v3 2/3] platform: arm64: dell-xps-ec: new driver Aleksandrs Vinarskis
2026-08-01 18:34 ` sashiko-bot
2026-08-01 21:15 ` Bryan O'Donoghue
2026-08-09 13:22 ` Aleksandrs Vinarskis
2026-08-01 18:22 ` [PATCH v3 3/3] arm64: dts: qcom: x1e80100-dell-xps13-9345: introduce EC Aleksandrs Vinarskis
2026-08-01 18:43 ` sashiko-bot
2026-08-01 18:49 ` Aleksandrs Vinarskis
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=20260801183218.EFE6D1F00AC4@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=alex@vinarskis.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--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.