diff mbox series

[v2,2/2] Input: edt-ft5x06 - add vdd supply

Message ID 20190515223420.13609-2-martijn@brixit.nl (mailing list archive)
State New, archived
Headers show
Series [v2,1/2] Input: edt-ft5x06 - add vdd supply | expand

Commit Message

Martijn Braam May 15, 2019, 10:34 p.m. UTC
This adds the bindings for the vdd-supply property

Signed-off-by: Martijn Braam <martijn@brixit.nl>
---
 .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt       | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt
index 870b8c5cce9b..4b3e54733bc8 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt
@@ -35,6 +35,8 @@  Optional properties:
  - pinctrl-0:   a phandle pointing to the pin settings for the
                 control gpios
 
+ - vdd-supply:  The controller supply
+
  - threshold:   allows setting the "click"-threshold in the range
                 from 0 to 80.
 
@@ -65,6 +67,7 @@  Example:
 	polytouch: edt-ft5x06@38 {
 		compatible = "edt,edt-ft5406", "edt,edt-ft5x06";
 		reg = <0x38>;
+		vdd-supply = <&reg_ldo_io0>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&edt_ft5x06_pins>;
 		interrupt-parent = <&gpio2>;