diff mbox

dt-bindings: input: tsc2005: fix vio-supply property

Message ID 20170712080111.7094-1-mauro.salvini@smigroup.net (mailing list archive)
State New, archived
Headers show

Commit Message

Mauro Salvini July 12, 2017, 8:01 a.m. UTC
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(-)

Comments

Mauro Salvini July 12, 2017, 12:08 p.m. UTC | #1
On Wed, 2017-07-12 at 10:01 +0200, Mauro Salvini wrote:
> tsc2005 documentation reports that vio-supply property is
> optional, but
> actually this property is required (driver fails with error if not
> present)

Hi,
completely forget my previous patch: I missed some commits (especially
f7bf6f58675a76c08e6e) and I wrongly deduced from driver probe fail that
vio-supply property must be required.

Sorry for the noise.

Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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)