From: sashiko-bot@kernel.org
To: "Leonardo Costa" <leoreis.costa@gmail.com>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCH 1/1] arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to LVDS adapter with the 10.1" V2 display
Date: Mon, 03 Aug 2026 17:51:21 +0000 [thread overview]
Message-ID: <20260803175122.2C37F1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260803173705.2268792-2-leoreis.costa@gmail.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The compatible string 'ilitek,ili251x' is not documented in any device tree binding schema.
--
--- Patch [1]: [PATCH 1/1] arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to LVDS adapter with the 10.1" V2 display ---
commit 73e2dedf7bdfd04739a496a9f0ff1282f074c0ec
Author: Leonardo Costa <leonardo.costa@toradex.com>
arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to LVDS adapter with the 10.1" V2 display
Add a device tree overlay for the Toradex DSI to LVDS Adapter with the
Toradex Capacitive Touch Display 10.1" LVDS V2. The adapter connects to the
Aquila DSI_1 interface. It is based on the Texas Instruments SN65DSI84
DSI-to-LVDS bridge and drives an Opto Logic SCX1001511GGC49 panel with an
ILITEK ILI251x capacitive touch controller.
Link: https://developer.toradex.com/hardware/accessories/add-ons/dsi-lvds-adapter
Link: https://developer.toradex.com/hardware/accessories/displays/capacitive-touch-display-101inch-lvds
[ ... ]
> diff --git a/arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-lvds-v2-panel-cap-touch-10inch.dtso b/arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-lvds-v2-panel-cap-touch-10inch.dtso
> new file mode 100644
> index 0000000000000..834f23e75cbc3
> --- /dev/null
> +++ b/arch/arm64/boot/dts/ti/k3-am69-aquila-dsi-to-lvds-v2-panel-cap-touch-10inch.dtso
[ ... ]
> +&i2c_dsi_0 {
> + #address-cells = <1>;
> + #size-cells = <0>;
[ ... ]
> + touchscreen@41 {
> + compatible = "ilitek,ili251x";
[Severity: Low]
Is this compatible string documented in a device tree binding schema?
It appears that "ilitek,ili251x" is missing from the binding documentation,
which causes dtbs_check warnings during the build.
> + reg = <0x41>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_gpio_17_dsi_1>, <&pinctrl_gpio_18_dsi_1>;
> + /* Aquila GPIO_17_DSI_1 (AQUILA B42) */
> + interrupt-parent = <&main_gpio0>;
> + interrupts = <12 IRQ_TYPE_EDGE_RISING>;
> + /* Aquila GPIO_18_DSI_1 (AQUILA B43) */
> + reset-gpios = <&main_gpio0 31 GPIO_ACTIVE_LOW>;
> + };
> +};
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260803173705.2268792-2-leoreis.costa@gmail.com?part=1
next prev parent reply other threads:[~2026-08-03 17:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-03 17:34 [PATCH 0/1] arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to LVDS adapter with the 10.1" V2 display Leonardo Costa
2026-08-03 17:34 ` [PATCH 1/1] " Leonardo Costa
2026-08-03 17:51 ` sashiko-bot [this message]
2026-08-04 10:40 ` Leonardo Costa
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=20260803175122.2C37F1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=leoreis.costa@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.