From: sashiko-bot@kernel.org
To: "Stefano Radaelli" <stefano.radaelli21@gmail.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org,
Frank.Li@kernel.org, robh@kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH v1 3/3] arm64: dts: imx8mm-var-dart: Add support for Variscite Sonata board
Date: Wed, 10 Jun 2026 09:11:50 +0000 [thread overview]
Message-ID: <20260610091151.184931F00893@smtp.kernel.org> (raw)
In-Reply-To: <2fd914cc7af53e217cfdb21713fee8eb7007f42f.1781024557.git.stefano.r@variscite.com>
Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Medium] Commit message claims 'HDMI support', but the device tree does not contain any display or HDMI nodes.
- [Low] Unused pinmux configuration for GPIO4_IO22 in SPI pin group.
--
commit 4503e51abf44d2c1fc12465dd4301df16f97a703
Author: Stefano Radaelli <stefano.r@variscite.com>
arm64: dts: imx8mm-var-dart: Add support for Variscite Sonata board
Add device tree support for the Variscite Sonata carrier board with the
DART-MX8M-MINI system on module.
Link: https://variscite.com/carrier-boards/sonata-board/
> The Sonata board includes
> - uSD Card support
> - USB ports and OTG
> - Uart, SPI and I2C interfaces
> - HDMI support
[Severity: Medium]
The commit message claims "HDMI support", but looking at the provided device
tree, there don't appear to be any display-related nodes such as LCDIF,
MIPI DSI, a DSI-to-HDMI bridge, or an hdmi-connector. Does this patch actually
include the HDMI support mentioned in the description?
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-var-dart-sonata.dts b/arch/arm64/boot/dts/freescale/imx8mm-var-dart-sonata.dts
> new file mode 100644
> index 0000000000000..93b0076987b82
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-var-dart-sonata.dts
[ ... ]
> + pinctrl_ecspi1: ecspi1grp {
> + fsl,pins = <
> + MX8MM_IOMUXC_ECSPI1_SCLK_ECSPI1_SCLK 0x13
> + MX8MM_IOMUXC_ECSPI1_MOSI_ECSPI1_MOSI 0x13
> + MX8MM_IOMUXC_ECSPI1_MISO_ECSPI1_MISO 0x13
> + MX8MM_IOMUXC_ECSPI1_SS0_GPIO5_IO9 0x13
> + MX8MM_IOMUXC_GPIO1_IO12_GPIO1_IO12 0x13
> + MX8MM_IOMUXC_SAI2_RXC_GPIO4_IO22 0x13
> + >;
> + };
[Severity: Low]
Does the ECSPI1 controller or any of its connected devices actually use this
MX8MM_IOMUXC_SAI2_RXC_GPIO4_IO22 pin?
The ecspi1 node explicitly defines its chip selects as <&gpio5 9> and
<&gpio1 12>, and it doesn't appear to reference this GPIO.
Could this be an unused pinmux configuration left over from a copy-paste that
might conflict with other functions needing this pin?
--
Sashiko AI review · https://sashiko.dev/#/patchset/cover.1781024557.git.stefano.r@variscite.com?part=3
prev parent reply other threads:[~2026-06-10 9:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-10 8:58 [PATCH v1 0/3] Add support for Variscite DART-MX8M-MINI and Sonata board Stefano Radaelli
2026-06-10 8:58 ` [PATCH v1 1/3] dt-bindings: arm: fsl: add Variscite DART-MX8M-MINI Boards Stefano Radaelli
2026-06-10 8:58 ` [PATCH v1 2/3] arm64: dts: freescale: Add support for Variscite DART-MX8M-MINI Stefano Radaelli
2026-06-10 9:13 ` sashiko-bot
2026-06-10 8:58 ` [PATCH v1 3/3] arm64: dts: imx8mm-var-dart: Add support for Variscite Sonata board Stefano Radaelli
2026-06-10 9:11 ` 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=20260610091151.184931F00893@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=stefano.radaelli21@gmail.com \
/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.