Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Vitor Soares" <ivitro@gmail.com>
Cc: devicetree@vger.kernel.org, robh@kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v2 5/7] arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display 10.1" DSI
Date: Tue, 02 Jun 2026 12:34:16 +0000	[thread overview]
Message-ID: <20260602123417.113441F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260602115123.1324474-14-ivitro@gmail.com>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The patch introduces undocumented compatible strings ('riverdi,rvt101hvlnwc00' and 'riverdi,rvt70hslnwca0') and a new vendor prefix ('riverdi'), violating DT schema constraints.
--

commit f3ae8be063492bba7bf6849a36601078aae31f5f
Author: Vitor Soares <vitor.soares@toradex.com>

arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display 10.1" DSI

This patch adds a device tree overlay for the Toradex Capacitive Touch
Display 10.1" DSI on the Aquila DSI_1 interface. The display uses a TI
SN65DSI83 bridge driving a Riverdi RVT101HVLNWC00 10.1" TFT LCD panel.
It also includes an ILI2132 capacitive touch controller.

Link: https://developer.toradex.com/hardware/accessories/displays/capacitive-touch-display-101inch-dsi

> diff --git a/arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-10inch-dsi.dtso b/arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-10inch-dsi.dtso
> new file mode 100644
> index 0000000000000..c5d597873440f
> --- /dev/null
> +++ b/arch/arm64/boot/dts/ti/k3-am69-aquila-panel-cap-touch-10inch-dsi.dtso

[ ... ]

> +&{/} {
> +	backlight_pwm3: backlight-pwm3 {
> +		compatible = "pwm-backlight";
> +		brightness-levels = <0 45 63 88 119 158 203 255>;
> +		default-brightness-level = <4>;
> +		/* Aquila PWM_3_DSI (AQUILA B46) */
> +		pwms = <&main_ehrpwm5 0 6666667 0>;
> +	};
> +
> +	panel-lvds-bridge {
> +		compatible = "riverdi,rvt101hvlnwc00", "panel-lvds";
[Severity: Low]
Are the new vendor prefix and compatible strings documented in the device
tree bindings?

The vendor prefix riverdi does not appear to be documented in
Documentation/devicetree/bindings/vendor-prefixes.yaml.

Also, since panel-lvds uses a strict enum for compatible strings, using
riverdi,rvt101hvlnwc00 will cause make dtbs_check to report validation
errors unless it is added to the allowed list.

> +		backlight = <&backlight_pwm3>;
> +		data-mapping = "vesa-24";
> +		height-mm = <136>;
> +		width-mm = <217>;

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260602115123.1324474-9-ivitro@gmail.com?part=5

  reply	other threads:[~2026-06-02 12:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-02 11:51 [PATCH v2 0/7] arm64: dts: ti: k3-am69-aquila: Add display and peripheral overlays Vitor Soares
2026-06-02 11:51 ` [PATCH v2 1/7] arm64: dts: ti: k3-am69-aquila: Add Toradex DSI to HDMI Adapter Vitor Soares
2026-06-02 11:51 ` [PATCH v2 2/7] arm64: dts: ti: k3-am69-aquila: Add DSI to LVDS adapter with 10.1" display Vitor Soares
2026-06-02 11:51 ` [PATCH v2 3/7] arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display 10.1" DSI with adapter Vitor Soares
2026-06-02 11:51 ` [PATCH v2 4/7] arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display 7" " Vitor Soares
2026-06-02 12:23   ` sashiko-bot
2026-06-02 11:51 ` [PATCH v2 5/7] arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display 10.1" DSI Vitor Soares
2026-06-02 12:34   ` sashiko-bot [this message]
2026-06-02 11:51 ` [PATCH v2 6/7] arm64: dts: ti: k3-am69-aquila: Add Toradex Capacitive Touch Display 7" DSI Vitor Soares
2026-06-02 11:51 ` [PATCH v2 7/7] arm64: dts: ti: k3-am69-aquila: Add Toradex OV5640 CSI cameras Vitor Soares

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=20260602123417.113441F00893@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ivitro@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox