diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-11-09 18:01:03 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-11-17 18:14:14 -0800 |
commit | 04f1842a8db6f31c9115af68c2b34fbb0f208cec (patch) | |
tree | 47d411bc69d6bcbb1dc074d1fd653880107ca59c /MAINTAINERS | |
parent | feedaacdadfc332e1a6e436f3adfbc67e244db47 (diff) | |
download | linux-04f1842a8db6f31c9115af68c2b34fbb0f208cec.tar.gz |
Input: atmel_mxt_ts - convert bindings to YAML and extend
This converts the Armel MXT touchscreen bindings to YAML format and
extends them with the following two properties:
- vdda-supply: the optional analog supply voltage
- vdd-supply: the optional digital supply voltage
Tested the schema with all in-tree users and they verify fine.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201104153032.1387747-2-linus.walleij@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d6c8f3016f57..4c460d3fc770 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2980,7 +2980,7 @@ ATMEL MAXTOUCH DRIVER M: Nick Dyer <nick@shmanahar.org> S: Maintained T: git git://github.com/ndyer/linux.git -F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt +F: Documentation/devicetree/bindings/input/atmel,maxtouch.yaml F: drivers/input/touchscreen/atmel_mxt_ts.c ATMEL WIRELESS DRIVER |