On Thu, Apr 09, 2026 at 12:15:52AM +0200, David Heidelberg wrote: > Introduce more recent STM FTS5 touchscreen support. > > Signed-off-by: David Heidelberg <[email protected]> > --- > .../devicetree/bindings/input/touchscreen/st,stmfts.yaml | 15 > ++++++++++++++- > 1 file changed, 14 insertions(+), 1 deletion(-) > > diff --git > a/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml > b/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml > index 64c4f24ea3dd0..441fc92b9a4ed 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml > +++ b/Documentation/devicetree/bindings/input/touchscreen/st,stmfts.yaml > @@ -16,10 +16,19 @@ description: > > allOf: > - $ref: touchscreen.yaml# > + - if: > + properties: > + compatible: > + const: st,stmfts5 > + then: > + required: > + - mode-switch-gpios
Does existing variant have these pins? If not, then missing else with "mode-switch-gpios: false". Please move entire allOf to the bottom, like in example-schema, so after "required" block. > > properties: > compatible: > - const: st,stmfts > + enum: > + - st,stmfts > + - st,stmfts5 Best regards, Krzysztof

