Re: [PATCH v2 07/10] [media] tvp5150: Add device tree binding document
From: Rob Herring <robh@kernel.org>
Date: 2016-01-09 22:25:03
Also in:
linux-media, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-01-09 22:25:03
Also in:
linux-media, lkml
On Thu, Jan 07, 2016 at 09:46:47AM -0300, Javier Martinez Canillas wrote:
Add a Device Tree binding document for the TVP5150 video decoder. Signed-off-by: Javier Martinez Canillas <redacted> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- Changes in v2: - Fix indentation of the DTS example. Suggested by Rob Herring. - Rename powerdown-gpios to pdn-gpios to match the pin name in the datasheet. Suggested by Laurent Pinchart. - Add optional properties for the video endpoint and list the supported values. Suggested by Laurent Pinchart. .../devicetree/bindings/media/i2c/tvp5150.txt | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/tvp5150.txt
Acked-by: Rob Herring <robh@kernel.org>