From: sashiko-bot@kernel.org
To: "Steffen Trumtrar" <s.trumtrar@pengutronix.de>
Cc: imx@lists.linux.dev, conor+dt@kernel.org, robh@kernel.org,
devicetree@vger.kernel.org, Frank.Li@kernel.org
Subject: Re: [PATCH v5 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board
Date: Mon, 27 Jul 2026 09:53:56 +0000 [thread overview]
Message-ID: <20260727095357.481DD1F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <20260727-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v5-5-67faa5ee0bf6@pengutronix.de>
Thank you for your contribution! Sashiko AI review found 4 potential issue(s) to consider:
- [High] The touch controller node is missing from the device tree overlay, despite the commit message explicitly claiming support for a new touch controller.
- [High] The `lcdif2` display controller is not enabled, which will prevent the display pipeline from working.
- [Low] Missing `#address-cells` and `#size-cells` properties in the `ports` node of the overlay causes a dtc compiler warning.
- [Low] The closing brace for the `ports` node is indented with spaces instead of tabs.
--
--- Patch [5]: [PATCH v5 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board ---
commit ad8d9c520b6e230240af8bd68c3a85a7288fc73b
Author: Steffen Trumtrar <s.trumtrar@pengutronix.de>
arm64: dts: imx8mp-skov: support new 7inch panel board
This commit adds a device tree overlay to support the SKOV IMX8MP CPU revC
board with a JuTouch JT070TM041 7-inch panel. The commit message notes
that the board uses a different panel with a different touch controller.
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso
> new file mode 100644
> index 0000000000000..2433b57aeed40
> --- /dev/null
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-skov-revc-jutouch-jt070tm041.dtso
> @@ -0,0 +1,36 @@
> +// SPDX-License-Identifier: (GPL-2.0 OR MIT)
> +
> +/dts-v1/;
> +/plugin/;
> +
> +&{/} {
[Severity: High]
The commit message mentions support for a new touch controller, but there
doesn't seem to be a touch controller node defined on any I2C bus in this
overlay. Will the touchscreen hardware fail to initialize without this node?
Also, is it necessary to enable the display controller here? It appears
that without a node like &lcdif2 { status = "okay"; }; the display pipeline
might fail to probe because it remains disabled in the base device tree,
which could leave the panel blank.
> + model = "SKOV IMX8MP CPU revC - JuTouch JT070TM041";
> + compatible = "skov,imx8mp-skov-revc-jutouch-jt070tm041", "fsl,imx8mp";
> +
> + panel {
> + compatible = "jutouch,jt070tm041";
[ ... ]
> +&lvds_bridge {
> + /* IMX8MP_VIDEO_PLL1 = IMX8MP_CLK_MEDIA_DISP2_PIX * 7 */
> + assigned-clock-rates = <0>, <358400000>;
> +
> + ports {
[Severity: Low]
Does this ports node need explicit #address-cells = <1>; and
#size-cells = <0>; properties? Without them, compiling this overlay
independently could cause dtc to emit warnings about invalid property
lengths for port@1 since it assumes the default #address-cells = 2.
> + port@1 {
> + reg = <1>;
> +
> + ldb_lvds_ch0: endpoint {
> + remote-endpoint = <&in_lvds0>;
> + };
> + };
> + };
[Severity: Low]
This isn't a bug, but this closing brace is indented with spaces instead
of standard tabs.
> +};
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260727-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v5-0-67faa5ee0bf6@pengutronix.de?part=5
prev parent reply other threads:[~2026-07-27 9:54 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-27 9:42 [PATCH v5 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
2026-07-27 9:42 ` [PATCH v5 1/5] arm64: dts: freescale: imx8mp: fix sort order Steffen Trumtrar
2026-07-27 9:42 ` [PATCH v5 2/5] dt-bindings: arm: fsl: add base compatible for Skov i.MX8MP revC Steffen Trumtrar
2026-07-27 9:42 ` [PATCH v5 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays Steffen Trumtrar
2026-07-27 9:51 ` sashiko-bot
2026-07-27 9:42 ` [PATCH v5 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant Steffen Trumtrar
2026-07-27 9:42 ` [PATCH v5 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board Steffen Trumtrar
2026-07-27 9:53 ` 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=20260727095357.481DD1F00A3A@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=s.trumtrar@pengutronix.de \
--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.