Message ID | 20190917155808.27818-6-m.felsch@pengutronix.de (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | EDT-FT5x06 improvements | expand |
On Tue, 17 Sep 2019 17:58:07 +0200, Marco Felsch wrote: > Add DT documentation for the optional regulator. > > Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> > --- > .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt index 4d6524fe3cf4..d8cd731791cc 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt @@ -30,6 +30,7 @@ Required properties: Optional properties: - reset-gpios: GPIO specification for the RESET input - wake-gpios: GPIO specification for the WAKE input + - vdd-supply: Regulator phandle for the 3.3V power supply input - pinctrl-names: should be "default" - pinctrl-0: a phandle pointing to the pin settings for the
Add DT documentation for the optional regulator. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> --- .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 1 + 1 file changed, 1 insertion(+)