From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v6 2/2] Bindings documentation for ISSI is31fl319x driver Date: Tue, 19 Jul 2016 20:24:57 -0500 Message-ID: <20160720012457.GA10971@rob-hp-laptop> References: <403335d22f6a8e131bc44077f97e499970e61245.1468928850.git.hns@goldelico.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-oi0-f66.google.com ([209.85.218.66]:36211 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752240AbcGTBY7 (ORCPT ); Tue, 19 Jul 2016 21:24:59 -0400 Content-Disposition: inline In-Reply-To: <403335d22f6a8e131bc44077f97e499970e61245.1468928850.git.hns@goldelico.com> Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: "H. Nikolaus Schaller" Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Richard Purdie , Jacek Anaszewski , drivshin.allworx@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, kernel@pyra-handheld.com, marek@goldelico.com, letux-kernel@openphoenux.org, Andrey Utkin On Tue, Jul 19, 2016 at 01:47:31PM +0200, H. Nikolaus Schaller wrote: > Signed-off-by: H. Nikolaus Schaller > --- > .../devicetree/bindings/leds/is31fl319x.txt | 59 ++++++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/is31fl319x.txt > > diff --git a/Documentation/devicetree/bindings/leds/is31fl319x.txt b/Documentation/devicetree/bindings/leds/is31fl319x.txt > new file mode 100644 > index 0000000..03287c0 > --- /dev/null > +++ b/Documentation/devicetree/bindings/leds/is31fl319x.txt > @@ -0,0 +1,59 @@ > +LEDs connected to is31fl319x LED controller chip > + > +Required properties: > +- compatible : Should be any of > + "issi,is31fl3190" > + "issi,is31fl3191" > + "issi,is31fl3193" > + "issi,is31fl3196" > + "issi,is31fl3199" > + "si-en,sn3199". > +- #address-cells: Must be 1. > +- #size-cells: Must be 0. > +- reg: 0x64, 0x65, 0x66, 0x67. This is an OR or AND? OR it seems. With that, Acked-by: Rob Herring