All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: input: tsc2005: fix vio-supply property
@ 2017-07-12  8:01 Mauro Salvini
  2017-07-12 12:08 ` Mauro Salvini
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Salvini @ 2017-07-12  8:01 UTC (permalink / raw)
  Cc: Dmitry Torokhov, Rob Herring, Mark Rutland, linux-input,
	Mauro Salvini

tsc2005 documentation reports that vio-supply property is optional, but
actually this property is required (driver fails with error if not present)

Signed-off-by: Mauro Salvini <mauro.salvini@smigroup.net>
---
 Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt b/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt
index b80c04b0e5c0..5c5f80abe78e 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt
@@ -6,9 +6,9 @@ Required properties:
  - interrupts		      : IRQ specifier
  - spi-max-frequency	      : Maximum SPI clocking speed of the device
 			        (for tsc2005)
+ - vio-supply		      : Regulator specifier
 
 Optional properties:
- - vio-supply		      : Regulator specifier
  - reset-gpios		      : GPIO specifier for the controller reset line
  - ti,x-plate-ohms	      : integer, resistance of the touchscreen's X plates
 				in ohm (defaults to 280)
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-12 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-12  8:01 [PATCH] dt-bindings: input: tsc2005: fix vio-supply property Mauro Salvini
2017-07-12 12:08 ` Mauro Salvini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.