Message ID | 20171112112729.GA21247@amd (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Hi, On Sun, Nov 12, 2017 at 12:27:29PM +0100, Pavel Machek wrote: > > Document dts support of LED/focus. > > Signed-off-by: Pavel Machek <pavel@ucw.cz> Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> -- Sebastian > diff --git a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt > index 0b7b6a4..e80d589 100644 > --- a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt > +++ b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt > @@ -20,6 +20,13 @@ Mandatory properties > is in hardware standby mode when the signal is in the low state. > > > +Optional properties > +------------------- > + > +- flash-leds: See ../video-interfaces.txt > +- lens-focus: See ../video-interfaces.txt > + > + > Endpoint node mandatory properties > ---------------------------------- > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
On Sun, Nov 12, 2017 at 03:25:47PM +0100, Sebastian Reichel wrote: > Hi, > > On Sun, Nov 12, 2017 at 12:27:29PM +0100, Pavel Machek wrote: > > > > Document dts support of LED/focus. > > > > Signed-off-by: Pavel Machek <pavel@ucw.cz> > > Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Thanks, guys! Applied, with "dt-bindings: " prefix added to the subject.
diff --git a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt index 0b7b6a4..e80d589 100644 --- a/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt +++ b/Documentation/devicetree/bindings/media/i2c/toshiba,et8ek8.txt @@ -20,6 +20,13 @@ Mandatory properties is in hardware standby mode when the signal is in the low state. +Optional properties +------------------- + +- flash-leds: See ../video-interfaces.txt +- lens-focus: See ../video-interfaces.txt + + Endpoint node mandatory properties ----------------------------------
Document dts support of LED/focus. Signed-off-by: Pavel Machek <pavel@ucw.cz>