From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932222AbdKOKf1 (ORCPT ); Wed, 15 Nov 2017 05:35:27 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.26.193]:56963 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757601AbdKOKfS (ORCPT ); Wed, 15 Nov 2017 05:35:18 -0500 Date: Wed, 15 Nov 2017 11:35:16 +0100 From: Pavel Machek To: Dan Murphy Cc: robh+dt@kernel.org, mark.rutland@arm.com, rpurdie@rpsys.net, jacek.anaszewski@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH 1/2] dt: bindings: lm3692x: Add bindings for lm3692x LED driver Message-ID: <20171115103516.GA456@amd> References: <20171113205052.25884-1-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <20171113205052.25884-1-dmurphy@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2017-11-13 14:50:51, Dan Murphy wrote: > This adds the devicetree bindings for the LM3692x > I2C LED string driver. >=20 > Signed-off-by: Dan Murphy Acked-by: Pavel Machek > diff --git a/Documentation/devicetree/bindings/leds/leds-lm3692x.txt b/Do= cumentation/devicetree/bindings/leds/leds-lm3692x.txt > new file mode 100644 > index 000000000000..cfef67bd4100 > --- /dev/null > +++ b/Documentation/devicetree/bindings/leds/leds-lm3692x.txt > @@ -0,0 +1,28 @@ > +* Texas Instruments - LM3692x Highly Efficient Dual-String White LED Dri= ver > + > +The LM36922 is an ultra-compact, highly efficient, > +two string white-LED driver designed for LCD display > +backlighting. > + > +Required properties: > + - compatible: > + "ti,lm3692x" > + - reg - I2C slave address > + > +Optional properties: > + - label - Used for naming LEDs > + - enable-gpio - gpio pin to enable/disable the device. > + - supply - "vled" - LED supply > + > +Example: > + > +leds: leds@6 { > + compatible =3D "ti,lm3692x"; > + reg =3D <0x36>; > + label =3D "backlight_cluster"; > + enable-gpio =3D <&gpio1 28 GPIO_ACTIVE_HIGH>; > + vled-supply =3D <&vbatt>; > +} > + > +For more product information please see the link below: > +http://www.ti.com/lit/ds/snvsa29/snvsa29.pdf --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAloMGGQACgkQMOfwapXb+vLM0QCgwXqePc1dGY7qcF6pfKmJkKoN sBcAoIZGQ6LAgbhbA9M34TZCywsxOlSt =7uBu -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--