summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 906de47)
raw | patch | inline | side by side (parent: 906de47)
author | Rakesh Movva <r-movva@ti.com> | |
Fri, 7 Aug 2015 05:45:01 +0000 (00:45 -0500) | ||
committer | Praneeth Bajjuri <praneeth@ti.com> | |
Mon, 10 Aug 2015 19:29:09 +0000 (14:29 -0500) |
added a new property "mux-gpios" to the TVP5158 device tree binding
which lists the gpios needed for power, board muxes etc.
Change-Id: Iedbf364580111928eaa1316aa5316ecd7442fb5a
Signed-off-by: Rakesh Movva <r-movva@ti.com>
which lists the gpios needed for power, board muxes etc.
Change-Id: Iedbf364580111928eaa1316aa5316ecd7442fb5a
Signed-off-by: Rakesh Movva <r-movva@ti.com>
Documentation/devicetree/bindings/media/i2c/tvp5158.txt | patch | blob | history |
diff --git a/Documentation/devicetree/bindings/media/i2c/tvp5158.txt b/Documentation/devicetree/bindings/media/i2c/tvp5158.txt
index 833dbcda159009b711f56becdd67d6518243db3a..48cadd3c41b97f952f54e8df2e96b7b20ee88141 100644 (file)
Required Properties :
- compatible : Must be "ti,tvp5158"
+- mux-gpios : A list of gpios with active high/low flags for enabling the sensor.
+ This may contain gpios for power, board muxes, etc. Driver would
+ set all of them as specified by the active high/low flag.
Optional Properties :
There are no custom optional properties although the driver supports
compatible = "ti,tvp5158";
reg = <0x58>;
+ mux-gpios = <&pcf_hdmi 3 GPIO_ACTIVE_LOW>;
+
port {
tvp_decoder: endpoint {
/* No properties for BT 656 */