The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Jihed Chaibi <jihed.chaibi.dev@gmail.com>, <mcoquelin.stm32@gmail.com>
Cc: <robh@kernel.org>, <s.trumtrar@pengutronix.de>,
	<krzk+dt@kernel.org>, <conor+dt@kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: dts: stm32: stm32mp157c-phycore: Fix STMPE811 touchscreen node properties
Date: Mon, 10 Nov 2025 09:46:32 +0100	[thread overview]
Message-ID: <2f987d78-6494-45d7-86cf-466785e2124f@foss.st.com> (raw)
In-Reply-To: <20250915224611.169980-1-jihed.chaibi.dev@gmail.com>

Hi Jihed

On 9/16/25 00:46, Jihed Chaibi wrote:
> Move st,adc-freq, st,mod-12b, st,ref-sel, and st,sample-time properties
> from the touchscreen subnode to the parent touch@44 node. These properties
> are defined in the st,stmpe.yaml schema for the parent node, not the
> touchscreen subnode, resolving the validation error about unevaluated
> properties.
> 
> Fixes: 27538a18a4fcc ("ARM: dts: stm32: add STM32MP1-based Phytec SoM")
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
> ---
>   .../boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi    | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi b/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi
> index bf0c32027ba..370b2afbf15 100644
> --- a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi
> +++ b/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi
> @@ -185,13 +185,13 @@ touch@44 {
>   		interrupt-parent = <&gpioi>;
>   		vio-supply = <&v3v3>;
>   		vcc-supply = <&v3v3>;
> +		st,sample-time = <4>;
> +		st,mod-12b = <1>;
> +		st,ref-sel = <0>;
> +		st,adc-freq = <1>;
>   
>   		touchscreen {
>   			compatible = "st,stmpe-ts";
> -			st,sample-time = <4>;
> -			st,mod-12b = <1>;
> -			st,ref-sel = <0>;
> -			st,adc-freq = <1>;
>   			st,ave-ctrl = <1>;
>   			st,touch-det-delay = <2>;
>   			st,settling = <2>;

Applied on stm32-next.

Thanks
Alex

      reply	other threads:[~2025-11-10  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-15 22:46 [PATCH] ARM: dts: stm32: stm32mp157c-phycore: Fix STMPE811 touchscreen node properties Jihed Chaibi
2025-11-10  8:46 ` Alexandre TORGUE [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=2f987d78-6494-45d7-86cf-466785e2124f@foss.st.com \
    --to=alexandre.torgue@foss.st.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jihed.chaibi.dev@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh@kernel.org \
    --cc=s.trumtrar@pengutronix.de \
    /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