Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dt-bindings: media: i2c: Document MT9V111 bindings

Add documentation for Aptina MT9V111 image sensor.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

authored by

Jacopo Mondi and committed by
Mauro Carvalho Chehab
7c98c5ad e6c17ada

+54
+46
Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
··· 1 + * Aptina MT9V111 CMOS sensor 2 + ---------------------------- 3 + 4 + The Aptina MT9V111 is a 1/4-Inch VGA-format digital image sensor with a core 5 + based on Aptina MT9V011 sensor and an integrated Image Flow Processor (IFP). 6 + 7 + The sensor has an active pixel array of 640x480 pixels and can output a number 8 + of image resolution and formats controllable through a simple two-wires 9 + interface. 10 + 11 + Required properties: 12 + -------------------- 13 + 14 + - compatible: shall be "aptina,mt9v111". 15 + - clocks: reference to the system clock input provider. 16 + 17 + Optional properties: 18 + -------------------- 19 + 20 + - enable-gpios: output enable signal, pin name "OE#". Active low. 21 + - standby-gpios: low power state control signal, pin name "STANDBY". 22 + Active high. 23 + - reset-gpios: chip reset signal, pin name "RESET#". Active low. 24 + 25 + The device node must contain one 'port' child node with one 'endpoint' child 26 + sub-node for its digital output video port, in accordance with the video 27 + interface bindings defined in: 28 + Documentation/devicetree/bindings/media/video-interfaces.txt 29 + 30 + Example: 31 + -------- 32 + 33 + &i2c1 { 34 + camera@48 { 35 + compatible = "aptina,mt9v111"; 36 + reg = <0x48>; 37 + 38 + clocks = <&camera_clk>; 39 + 40 + port { 41 + mt9v111_out: endpoint { 42 + remote-endpoint = <&ceu_in>; 43 + }; 44 + }; 45 + }; 46 + };
+8
MAINTAINERS
··· 9659 9659 F: drivers/media/i2c/mt9v032.c 9660 9660 F: include/media/i2c/mt9v032.h 9661 9661 9662 + MT9V111 APTINA CAMERA SENSOR 9663 + M: Jacopo Mondi <jacopo@jmondi.org> 9664 + L: linux-media@vger.kernel.org 9665 + T: git git://linuxtv.org/media_tree.git 9666 + S: Maintained 9667 + F: Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt 9668 + F: drivers/media/i2c/mt9v111.c 9669 + 9662 9670 MULTIFUNCTION DEVICES (MFD) 9663 9671 M: Lee Jones <lee.jones@linaro.org> 9664 9672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git