Message ID | 20220712110232.329164-3-francesco.dolcini@toradex.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mfd: stmpe: Probe sub-function by compatible | expand |
On Tue, Jul 12, 2022 at 1:02 PM Francesco Dolcini <francesco.dolcini@toradex.com> 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/gpio/gpio-stmpe.txt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt b/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt > index a0e4cf885213..b33f8f02c0d7 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt > +++ b/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt > @@ -8,8 +8,7 @@ Optional properties: > - st,norequest-mask: bitmask specifying which GPIOs should _not_ be requestable > due to different usage (e.g. touch, keypad) > > -Node name must be stmpe_gpio and should be child node of stmpe node to which it > -belongs. > +Node should be child node of stmpe node to which it belongs. > > Example: > stmpe_gpio { > -- > 2.25.1 > Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
On Tue, Jul 12, 2022 at 1:02 PM Francesco Dolcini <francesco.dolcini@toradex.com> 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> Another leftover from the early days of device tree. (This was one of the first ARM drivers converted to DT). Thanks for fixing! Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt b/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt index a0e4cf885213..b33f8f02c0d7 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-stmpe.txt @@ -8,8 +8,7 @@ Optional properties: - st,norequest-mask: bitmask specifying which GPIOs should _not_ be requestable due to different usage (e.g. touch, keypad) -Node name must be stmpe_gpio and should be child node of stmpe node to which it -belongs. +Node should be child node of stmpe node to which it belongs. Example: stmpe_gpio {
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/gpio/gpio-stmpe.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)