Hello Dmitry, can you pick this? Patches 1 and 2 were applied to MFD tree. Thanks, Francesco On Tue, Jul 12, 2022 at 06:33:45PM +0200, Francesco Dolcini wrote: > STMPE driver does not require a specific node name anymore, only the > compatible is checked, update binding according to this. > > Signed-off-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/input/touchscreen/stmpe.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt b/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt > index c549924603d2..238b51555c04 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/stmpe.txt > @@ -54,8 +54,7 @@ Optional properties common with MFD (deprecated): > 1 -> 3.25 MHz > 2 || 3 -> 6.5 MHz > > -Node name must be stmpe_touchscreen and should be child node of stmpe node to > -which it belongs. > +Node should be child node of stmpe node to which it belongs. > > Note that common ADC settings of stmpe_touchscreen (child) will take precedence > over the settings done in MFD. > -- > 2.25.1 >