Message ID | 20220712163345.445811-6-francesco.dolcini@toradex.com |
---|---|
State | Superseded |
Headers | show |
Series | mfd: stmpe: Probe sub-function by compatible | expand |
On 12/07/2022 18:33, 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@toradex.com> > --- > Documentation/devicetree/bindings/input/touchscreen/stmpe.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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@toradex.com> > --- > 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 >
Hello Dmitry, 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@toradex.com> Just a gently ping, this is the last patch of this series not merged, all the rest was merged through the respective subsystems. Can you merge it? Thanks, Francesco
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.
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@toradex.com> --- Documentation/devicetree/bindings/input/touchscreen/stmpe.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)