Re: [PATCH 1/3] dt-bindings: mfd: st,stmpe: add deprecated properties
From: Frank Li
Date: Thu Jul 09 2026 - 11:11:29 EST
On Thu, Jul 09, 2026 at 11:32:37AM +0100, Lee Jones wrote:
> On Wed, 08 Jul 2026, Frank.Li@xxxxxxxxxxx wrote:
>
> > From: Frank Li <Frank.Li@xxxxxxx>
> >
> > Add deprecated properties st,sample-time, st,sample-time, st,mod-12b and
> > st,ref-sel. The both driver drivers/mfd/stmpe.c and
> > drivers/input/touchscreen/stmpe-ts.c parse these information. Some dts
> > put these properties under mfd, but some put these under child node
> > sample_ts.
> >
> > Allow these properties put under sample_ts and mark as deprecated to fix
> > below CHECK_DTBS warnings:
> > arch/arm/boot/dts/nxp/imx/imx6q-novena.dtb: stmpe811@44 (st,stmpe811): touchscreen: Unevaluated properties are not allowed ('st,adc-freq', 'st,mod-12b', 'st,ref-sel', 'st,sample-time' were unexpected)
> > from schema $id: http://devicetree.org/schemas/mfd/st,stmpe.yaml
> >
> > Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> > ---
> > .../devicetree/bindings/mfd/st,stmpe.yaml | 24 ++++++++++++++++++++++
> > 1 file changed, 24 insertions(+)
>
> Why is this attached to submission:
>
> [PATCH 0/3] ARM: dts: imx: cleanup st,stmpe touch screen related CHECK_DTB warings
>
> And where are the other 2 patches?
whole thread should be here
https://lore.kernel.org/imx/CAD++jL=tBRFXzqa6gXNnZ3-DRUMvs=waSdDvq5h5MPHAQoheqw@xxxxxxxxxxxxxx/T/#m08252cde5cb39f897cf06926d87bf782ceafc7ca
I use b4 send, you should be in to list for whole patches.
>
> Pleas send new patches as a new thread.
>
> Never attach a new patch to an existing thread.
Maybe your system has problem, which merge similar email to one thread.
I meet similar issue before, mutt wrong merge two thread.
Frank
>
> --
> Lee Jones