Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1612238

[PATCH] Input: silead - list all supported compatible strings in binding document

From Javier Martinez Canillas <javier@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH] Input: silead - list all supported compatible strings in binding document
Date 2017-03-29 20:30 +0200
Message-ID <tqqw2-2lW-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The driver contains compatible strings for different models, but the DT
binding doc only lists one of them. Add the remaining to the document.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

 .../devicetree/bindings/input/touchscreen/silead_gsl1680.txt       | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
index ce85ee508238..6aa625e0cb8d 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt
@@ -1,7 +1,12 @@
 * GSL 1680 touchscreen controller
 
 Required properties:
-- compatible		  : "silead,gsl1680"
+- compatible		  : Must be one of the following, depending on the model:
+			    "silead,gsl1680"
+			    "silead,gsl1688"
+			    "silead,gsl3670"
+			    "silead,gsl3675"
+			    "silead,gsl3692"
 - reg			  : I2C slave address of the chip (0x40)
 - interrupt-parent	  : a phandle pointing to the interrupt controller
 			    serving the interrupt for this chip
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] Input: silead - list all supported compatible strings in binding document Javier Martinez Canillas <javier@osg.samsung.com> - 2017-03-29 20:30 +0200
  Re: [PATCH] Input: silead - list all supported compatible strings in  binding document Rob Herring <robh@kernel.org> - 2017-04-03 17:30 +0200
    Re: [PATCH] Input: silead - list all supported compatible strings in  binding document Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-03 18:00 +0200
      Re: [PATCH] Input: silead - list all supported compatible strings in  binding document Rob Herring <robh@kernel.org> - 2017-04-03 23:20 +0200
        Re: [PATCH] Input: silead - list all supported compatible strings in  binding document Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-03 23:30 +0200
    Re: [PATCH] Input: silead - list all supported compatible strings in  binding document Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2017-04-03 21:00 +0200

csiph-web