From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH v2] dt-bindings: touchscreen: silead gsl1680: Document all compatibles Date: Thu, 18 Aug 2016 12:30:28 -0700 Message-ID: <20160818193028.GA39271@dtor-ws> References: <1471424340-4201-1-git-send-email-hdegoede@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1471424340-4201-1-git-send-email-hdegoede@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Hans de Goede Cc: devicetree , Chen-Yu Tsai , Rob Herring , linux-input@vger.kernel.org, Maxime Ripard , linux-arm-kernel@lists.infradead.org List-Id: linux-input@vger.kernel.org On Wed, Aug 17, 2016 at 10:59:00AM +0200, Hans de Goede wrote: > The silead gsl1680 driver / binding supports a whole series of devices, > list the compatibles for all of them in the binding. > > Signed-off-by: Hans de Goede > --- > Changes in v2: > -Drop the "silead,mssl1680" compatible thing, the "mssl1680" name is an > ACPI thing and does not belong in the dt bindings > --- > .../devicetree/bindings/input/touchscreen/silead_gsl1680.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt > index b0eca54..ad7f41a 100644 > --- a/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt > +++ b/Documentation/devicetree/bindings/input/touchscreen/silead_gsl1680.txt > @@ -2,6 +2,10 @@ > > Required properties: > - compatible : "silead,gsl1680" > + or: "silead,gsl1688" > + or: "silead,gsl3670" > + or: "silead,gsl3675" > + or: "silead,gsl3692" Hmm, why do we need to document all compatible strings? We usually have only least common denominator in drievr, and device tree uses form: compatible = "silead,", "silead,gsl1680"; Rob? BTW, I do not see OF match table in the driver, did I manage to drop it? Thanks. -- Dmitry